{ "id": "<string>", "type": "<string>", "title": "<string>", "description": "<string>", "status": "<string>", "inputs": "<string>", "is_interactive": true, "control_flow": { "run_if": "<string>", "for_each": "<string>", "join_strategy": "all", "retry_policy": { "max_attempts": 1, "timeout": 300, "retry_until": "<string>" }, "start_delay": 0, "wait_until": "<string>" }, "interaction": { "type": "<string>", "timeout": 123 } }
Get an action.
Successful Response
Show child attributes
1000
any
all
Total number of execution attempts. 0 means unlimited, 1 means no retries.
Timeout for the action in seconds.
Retry until a specific condition is met.
Delay before starting the action in seconds. If wait_until is also provided, the wait_until timer will take precedence.
wait_until
Wait until a specific date and time before starting. Overrides start_delay if both are provided.
start_delay
An interaction configuration
"response"
The timeout for the interaction in seconds.
Was this page helpful?