v1

latestOpenAPI 3.0.32026-07-1216135117.1 KB
executions

retriggerAction

Retry a specific automation execution action which failed / is stuck.

post/v1/automation/executions/{execution_id}/{action_id}/retrigger

Path parameters

execution_idstring required
Example:9baf184f-bc81-4128-bca3-d974c90a12c4

Execution Id

action_idstring required
Example:9ec3711b-db63-449c-b894-54d5bb622a8f

Id of Action to retry.

Request body

condition_idstring

The condition id to retry when retry strategy is RETRY_ALL_PARENT_CONDITION_ACTIONS

retry_strategy'RETRY_AND_RESUME' | 'RETRY_AND_STOP' | 'RETRY_ALL_PARENT_CONDITION_ACTIONS'

different behaviors for retrying failed execution actions.

Response

action re-triggered with success