Hide Forgot
Description of problem: During transformation of the property bar from DR6 to CR2, the property 'Is Interrupting' was removed. Is this property supported for 6.0.0? Steps to Reproduce: 1. Open the property bar for Start Event. Actual results: 'Is Interrupting' is missing. Expected results: The property bar contains 'Is interrupting' property for Start Event. I think that this is an important attribute and should be supported by 6.0.0. Additional info: Description of property - BPMN2 specification, page 245
this property is currently not used in parser and is set to true by default on bpmn2 level. not user configurable at this point.
Will need to consider adding support for this property.
Enabled for all Start Events Commit (master): https://github.com/droolsjbpm/jbpm-designer/commit/53c46d3ba84c0abe7004953017fa1083e6a5aabb Commit (6.0.x): https://github.com/droolsjbpm/jbpm-designer/commit/17d2212344eb0d4be59a20b1244c605e01af58e4
Verified on 6.0.1.ER2. isInterrupting is present and the default value is true.