open-bpmn
open-bpmn copied to clipboard
BPMN Modeler based on Eclipse Graphical Language Server Platform
TextAnnotation does not wrap text correctly and ignores newlines
Since the last update Message Definitions can not be edited or removed via the property panel. Need to be fixed.
The method call `modelState.getIndex().findElementByClass()` is used in the wrong way and need to be replaced. Instead of using ```java Optional _baseElement = modelState.getIndex().findElementByClass(elementID, BPMNGNode.class); gModelElement = _baseElement.orElse(null); ``` We can...
Improve the validation API of the Meta Model . - Validation should be performed on a BPMNElement - Each BPMN Element should hold a list of current validation errors This...
Add an optional validation method to validate a bpmn model against bpmn 2.0 XSD. This is a strict validation of document structure and does not detect invalid flows (e.g. missing...
We need to refactor the behaviour of the PropertyPanel and the Extension feature. See Discussion here: https://github.com/eclipse-glsp/glsp/discussions/1273 Also needed some code cleanup Related to #335 and #330
Provide a mechanism to enable/disable the auto-align feature per model
See discussion [here](https://github.com/eclipse-glsp/glsp/discussions/1268).
We should add support for creating subtasks. See also discussion [here](https://github.com/imixs/open-bpmn/discussions/331). - [ ] Add meta model feature to navigate through a subtask - [ ] Add new Visual for...