Add a new property on the node object that makes it an exclusive node or not. When workflow engine runs an exclusive node, it evaluates the transition one by one and stops a soon as one of the transition is evaluated to true. That means that order of transitions must be persisted.
- is required by
-
NXS-1613 Add support for exclusive node
- Resolved