Closed barmac closed 4 years ago
The same issue applies for calledElement
when morphing from a callActivity to something else.
As @barmac explained to me, we need to fix this in zeebe-bpmn-moddle, compare https://github.com/camunda/camunda-bpmn-moddle/blob/master/lib/extension.js#L27
What we need:
Closed by #274
Describe the Bug
Although input parameters are no longer accessible in the properties panel when Service Task is morphed into Receive Task, they are still present in the XML.
Steps to Reproduce
Task's XML at this point looks like this:
Extension elements should be removed so it should look like this:
Expected Behavior
Input parameters should be removed. User can still recover them via undo.
Environment