flowable-designer icon indicating copy to clipboard operation
flowable-designer copied to clipboard

Results 13 flowable-designer issues
Sort by recently updated
recently updated
newest added

**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. ![image](https://user-images.githubusercontent.com/58517851/105363807-720e6700-5bca-11eb-8b05-779e65fc0089.png)

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: ![image](https://cloud.githubusercontent.com/assets/5936937/26165323/682bb4c8-3ae4-11e7-92b1-affd4f37e5e3.png)

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