Create a selective branch
A selective branching structure is a conditional (OR) type of branch with two or more
alternate parallel paths where only one path is selected for execution.
Selective branch requirements
- The requirements for creating paths and connecting elements in a selective branch are:
- A selective divergence must be connected to a preceding step before connecting transitions to create separate execution paths in the branch.
- Each execution path in a selective branch must start with a transition.
- Each execution path in a selective branch must end with a transition before connecting a selective convergence, and merging the paths.
- A selective convergence must be followed by a step.
Provide Feedback