Simultaneous actions
If multiple actions can be performed simultaneously, list multiple Prior Lines. Separate each value with a semi-colon. The Prior Line values are transformed into the Next Lines values automatically.
This table shows an example:
| Line ID | Prior Line | Next Line | 
|---|---|---|
| 1 | 0 | 2 | 
| 2 | 1 | 3;4 | 
| 3 | 2 | 5 | 
| 4 | 2 | 5 | 
| 5 | 3;4 | 6 | 
| 6 | 5 | 
In the example, actions 3 and 4 occur simultaneously. Action 5 cannot occur until actions 3 and 4 are completed.