See information about the latest product version
Resequence node state machines
State machine diagrams show the possible actions and states of a system, and the transitions between those states.
The following topics contain state machine diagrams showing the states, transitions, and actions of the Resequence node:
- Automatic start and end of sequence
- Literal start and end of sequence
- Predicate start and end of sequence
In each of the diagrams, the following syntax is used:
<action> [ <predicate list> ] / <result list>
where the predicate list and result list are separated by commas.
You can use these diagrams to infer the behavior of other combinations of sequence start and end definitions for a sequence group; for example, combinations such as literal start of sequence and automatic end of sequence.
For more information about state machine diagrams, see the Agile Modeling Web site at http://www.agilemodeling.com/artifacts/stateMachineDiagram.htm. For information about the Unified Modeling Language (UML), see the Object Management Group (OMG) UML Web site at http://www.uml.org/.