open-bpmn icon indicating copy to clipboard operation
open-bpmn copied to clipboard

BPMN Modeler based on Eclipse Graphical Language Server Platform

Results 50 open-bpmn issues
Sort by recently updated
recently updated
newest added

TextAnnotation does not wrap text correctly and ignores newlines

bug
enhancement

Since the last update Message Definitions can not be edited or removed via the property panel. Need to be fixed.

bug
GLSP Core
JSONForms

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...

bug

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...

feature
Metamodel

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...

feature

Adapt the new Validation API to GLSP 2.0

enhancement

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

enhancement
GLSP Core

Provide a mechanism to enable/disable the auto-align feature per model

feature
testing

See discussion [here](https://github.com/eclipse-glsp/glsp/discussions/1268).

enhancement
GLSP Core
testing

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...

GLSP Core
feature
Metamodel