flowable-designer
flowable-designer copied to clipboard
**Describe the bug** When a process definition file having an _extensionElements_ element within a _serviceTask_ element is edited, _extensionElements_ are removed from the XML. For example, when you edit a...
Seems the pop for adding a listener prevents you from adding fields or clicking the ok button. I have to update the xml directly. 
When saving a file, the Eclipse designer removes the following attributes from serviceTask nodes: ``` flowable:async="true" flowable:exclusive="false" flowable:class="MyClass" ``` The most important one being `class`. Then, when I run my...
I have the errors when i installed flowable-desinger plugs: Cannot complete the install because of a conflicting dependency. Software being installed: Flowable Eclipse BPMN 2.0 Designer 5.22.0 (org.flowable.designer.feature.feature.group 5.22.0) Software...
I installed the plugin on Oxygen and found that it mostly works but has one annoying bug that I found: * The BPMN diagram does not appear when you first...
We use Flowable Exception Mapping declarations und add them manually per XML-Editor to the bpmn, e.g. org.activiti.SomeException When opening the BPMN with the Flowable Designer and by changing/saving something, the...
A form key set in the properties of a start event or user task in the Eclipse modeler does not trigger the form to be presented. Inversely, a form key...
Small cosmetic issue in 5.22.0: 
Lane to support horizontal layout
We have a rule engine in our application and rule names are pretty long, like ENABLE_THIS_FUNCTIONALITY_AND_BLAH_BLAH. We use references to these rules names in our bpmn flows over the 'connections'...