Selective convergence
The ending point for a selective branch is a selective convergence. When adding a selective convergence, the final transition of each divergent path is linked to the branch. At runtime, after the final transition in the selected path is evaluated, execution continues in the merged path.
Item | Description |
A selective branch specifies a set of paths and one path is selected for execution. The first transition expression to evaluate TRUE is executed. | |
The simultaneous convergence merges the selective execution paths. Execution continues in the merged path. |
Provide Feedback