Get an action.
{ "id": "<string>", "type": "<string>", "title": "<string>", "description": "<string>", "status": "<string>", "inputs": "<string>", "control_flow": { "run_if": "<string>", "for_each": "<string>", "join_strategy": "any", "retry_policy": { "max_attempts": 1, "timeout": 300, "retry_until": "<string>" }, "start_delay": 0, "wait_until": "<string>" } }
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
Was this page helpful?