Closed KartnDev closed 9 months ago
The issue must be ported to 1.6
After clearing the field, the tag remains
<extensionElements/>
Tested on Jmix version: 2.2.999-SNAPSHOT Jmix Studio plugin version: 2.2.SNAPSHOT6050-233
After clearing the field, the tag remains
<extensionElements/>
Tested on Jmix version: 2.2.999-SNAPSHOT Jmix Studio plugin version: 2.2.SNAPSHOT6050-233
My thoughts:
Seems like
is part of internal "features" inside flowable that doesnt break process and its ok for BPMN
<extensionElements/>
is present:
<process id="process" name="Process" isExecutable="true">
<startEvent id="startEvent1" />
<serviceTask id="Activity_11htt4l">
<extensionElements />
</serviceTask>
</process>
<extensionElements/>
is normal behavior for bpmn.io "remove" command inside modelerTested on Jmix version: 2.2.999-SNAPSHOT Jmix Studio plugin version: 2.2.SNAPSHOT6060-233 IntelliJ version: IntelliJ IDEA 2023.3.4 RC
Feature Description
For details check flowable documentation: https://www.flowable.com/open-source/docs/bpmn/ch07b-BPMN-Constructs#fail-retry