Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.82 KB

File metadata and controls

26 lines (18 loc) · 1.82 KB

Eclipse GLSP - Workflow Example Server (bundled, web)

Provides a bundled version of the Workflow example server for web (webworker). This example server is used as dev example in GLSP projects. Note that this package provides the bundled file. If you are looking for the unbundled source code with type definitions check out @eclipse-glsp-examples/workflow-server.

Workflow Diagram Example

The workflow diagram is a consistent example provided by all GLSP components. The example implements a simple flow chart diagram editor with different types of nodes and edges (see screenshot below). The example can be used to try out different GLSP features, as well as several available integrations with IDE platforms (Theia, VSCode, Eclipse, Standalone). As the example is fully open source, you can also use it as a blueprint for a custom implementation of a GLSP diagram editor. See our project website for an overview of the workflow example and all components implementing it.

diagramanimated.mp4

MCP demo

A self-contained dev demo that drives this bundle through @eclipse-glsp/server-mcp lives in its own private workspace at examples/workflow-server-mcp-demo. See its README for how to run.

More information

For more information, please visit the Eclipse GLSP Umbrella repository and the Eclipse GLSP Website. If you have questions, please raise them in the discussions and have a look at our communication and support options.