Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Include Page
Branching Attributes
Branching Attributes


The BranchingThis element
 describes the branching in a workflow from a source (start) structural element to two 2 or more target structural elements, over a " Transition " element.

When source and target are the same structural element, this represents a loop or repetition of the structural element. As such, the Branching element must also be used to represent "repeat until" activities.

The conditions for following one 1 branch or several of them are defined at the level of by the TargetTransition and DefaultTransition elements.

The Type attribute defines whether only one 1 branch of the branching ("Exclusiveexclusive") can be followed, or that all branches of the branching can be followed in parallel ("Parallelparallel").
In the case of " Exclusive", the conditions must be tested in the order that the TargetTransition elements are provided.

The DefaultTransition will be followed when none of the TargetTransitions can be executed due to not fulfilling their associated conditions.

...