Resume an orchestration run
POST/v1/projects/:project_id/orchestration-runs/:orchestration_run_id/resume
Re-drives an awaiting_input run from its last checkpoint. This does not satisfy the pause itself — a run parked on a human or webhook node re-parks on the same node. Use human-input to supply the awaited payload and advance the run.
Request
Responses
- 200
- 401
- 404
- 409
- 502
Resumed run.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The run is not awaiting input.
The upstream runtime could not complete the operation.