Poll an automation until it terminates
action1_wait_for_automationPause workflow execution until an automation instance reaches a terminal status (success, failed, etc.) or timeout, ensuring downstream tasks have the execution result.
Instructions
Block until an automation instance reaches a terminal status (Success/Failed/Stopped/Error/Canceled) or timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | No | Org UUID. | |
| endpoint_id | No | If set, also fetch filtered script output. | |
| instance_id | Yes | Instance UUID. | |
| response_format | No | Output format. Default markdown. | |
| timeout_seconds | No | Polling timeout. | |
| poll_interval_seconds | No | Poll interval seconds. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||