Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

Attribute removed every time a workflow is saved #53

Open
nicodio opened this issue Oct 10, 2017 · 0 comments
Open

Attribute removed every time a workflow is saved #53

nicodio opened this issue Oct 10, 2017 · 0 comments

Comments

@nicodio
Copy link

nicodio commented Oct 10, 2017

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)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant