You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.
If I manually add an attribute to an activiti tag like this:
<endEvent id="terminateendevent1" name="TerminateEndEvent"> <terminateEventDefinition activiti:terminateAll="true"></terminateEventDefinition> </endEvent>
every time I open that bpmn, modify and save it the attribute (terminateAll) disappear and I find:
<endEvent id="terminateendevent1" name="TerminateEndEvent"> <terminateEventDefinition></terminateEventDefinition> </endEvent>
(Could be good to have a terminateAll attribute checkbox on the terminateEndEvent in the plugin)
The text was updated successfully, but these errors were encountered: