Add sequence flows to an IR workflow
The sequence flows determine the order that primitives are executed. You may begin adding sequence flows as you add primitives, or add them at the end once you have added all primitives.
To add a sequence flow:
Load the workflow into the canvas.
Click Edit (
) beside the workflow name.
Hover your cursor over one of the four connector points (small squares surrounding the primitive).
Click and drag your cursor to the connector point on the next primitive.
Release the cursor button when your cursor hovers over the next primitive's connector.
Note: Each primitive has its own sequence flow logic, and the system prevents you from going against that logic.
The first sequence flow you create from a primitive is always the happy path, and is represented in green. If an exception path is applicable, it is represented in red and is always added after the happy path.