Resume an orchestration run
POST/api/v1/orchestration-runs/:orchestration_run_id/resume
Re-drives an awaiting_input orchestration run from its last checkpoint. This does not satisfy the pause itself — it carries no node_id or payload, so a run parked on a human or webhook-receive node re-parks on the same node. Use submit-human-input to supply the awaited payload and advance the run.
It is also the only thing that lifts an operator pause (pause-orchestration-run): a run parked with required_action.type of paused re-drives the frontier that had not run yet, and one paused mid-timer goes back to sleeping for the wake it was already due.
Request
Responses
- 200
- 401
- 403
- 404
- 409
Resumed run
Unauthorized
Forbidden
Not found
Run is not awaiting input