Resume an orchestration run
POST/api/v1/orchestration-runs/: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.
Request
Responses
- 200
- 401
- 403
- 404
- 409
Resumed run
Unauthorized
Forbidden
Not found
Run is not awaiting input