Retry a failed or cancelled execution
POST/executions/:id/retry
Create a new workflow execution that re-runs the same workflow with the original subscriber, payload, and sender. Only failed or cancelled executions can be retried.
Request
Responses
- 202
- 400
- 404
Retry accepted; a new pending execution has been created
Execution is not retryable (not in failed or cancelled state)
Execution not found