Workflow Action Links
List of valid attributes:
| Attribute | Description | Specifics |
|---|---|---|
| from_action_id | The previous workflow action ID | Cannot be set |
| to_action_id | The next workflow action ID | Cannot be set |
| workflow_id | The ID of the workflow this link belongs to | Cannot be set |
Workflow action links determine the order in which workflow actions are executed.
Links cannot be created or modified directly. Instead, they are automatically
managed when using the Create endpoints for individual workflow actions (for
example, creating a workflow_web_request_action).