Definition
A decision node accepts tokens on an incoming edge and presents them to multiple outgoing edges. Which of the edges is actually traversed depends on the evaluation of the guards on the outgoing edges.
Properties
Name The name of decision node.
Visibility Determines where the decision node appears within different Namespaces within the overall model, and its accessibility.
Documentation Description of decision node.
Must isolate If true, then the actions in the node execute in isolation from actions outside the node.
Leaf Indicates whether it is possible to further specialize a decision node. If the value is true, then it is not possible to further specialize the decision node.