Sequence execution rules
The following rules determine the behavior of steps in a selective or simultaneous sequence branch when the sequence engine executes. You should be familiar with these rules before you create sequence branches so that the behavior you configure is what you intend.
- Following a simultaneous divergence, all steps to be run simultaneously must start simultaneously.
- Preceding a simultaneous convergence, it is expected that the final step in each execution path will be active simultaneously.
- Following a selective divergence, the first transition to evaluate as TRUE determines the path of execution.
- Preceding a selective divergence, only one transition may be active.
Provide Feedback