Fork Node
A Fork node is a node that represents forking (splitting) of control in a model. A Fork has one incoming Succession and multiple outgoing Successions. All outgoing Successions are triggered when the incoming Succession is triggered. The actions connected to
the outgoing successions cannot start until the action connected to the incoming succession has completed.
Creating a Fork node
To create a Fork node
1. On the System Structure Diagram ribbon toolbar, in the Action Nodes section, click the Fork button .
2. On the diagram, click inside any one of the following items.
Action definitions
Action usages
Perform action usages
If actions
While loop actions
For loop actions
This creates the Fork Node in the diagram. You can use the other connections to connect other Action symbols to the Fork Node.
Was this helpful?