Links
A link tells the workflow which path to take after a step has been executed.
There are 4 types of links available:
| Type | Description |
|---|---|
| Next | Indicates what step should be executed next. Not available for Test steps. |
| Yes | (Test steps only) Indicates what step should be executed when the test condition evaluates to true. |
| No | (Test steps only) Indicates what step should be executed when the test condition evaluates to false. |
| Error | (Command and Start Workflow steps only) Indicates what step should be executed when the command/workflow failed. |
Note
If a step fails but has no error link, it continues on the Next link instead.