Skip to main content

Resume a task

POST 

/api/v1/tasks/:task_id/resume

Lifts a task's pause. When the pause suppressed the current state's on_enterautomation_status: paused — that dispatch is started now, as the caller resuming rather than as whoever last moved the task. A state whose dispatch had already completed, or that declares none, is left alone, so a resume never re-spends work the pause did not stop. This is the only way a pause is lifted; a task that is merely idle is advanced by firing a transition instead.

Request

Responses

The resumed task