Include Page
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 1 branch or several of them are defined by the TargetTransition and DefaultTransition elements.The Type attribute defines whether only 1 branch of the branching ("exclusive") can be followed, or that all branches of the branching can be followed in parallel ("parallel"). 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.
Include Page | ||||
---|---|---|---|---|
|
Include Page | ||||
---|---|---|---|---|
|
Example: Physio_Underwater_Therapy_BPMN_to_ODMv2_Workflow_result.xml. This example was generated automatically from a BPMN-2 XML file using an XSLT stylesheet.
...