Re-run an execution
POST/workflows/executions/:id/rerun
Starts a new execution of the same workflow and revision. With fromStep, resumes from that step replaying the prior steps' outputs. Optional body inputs override the original run inputs.
Request
Responses
- 202
- 4XX
- 5XX
The re-run was started.
Client error. The body says what went wrong: an error type, a human-readable detail, and, on validation failures, one entry per offending field.
Unexpected server error.