Reset a workflow to re-run from after a specific step

Resets a workflow execution to the point after a completed step, creating a new run that replays from that point. The current execution is terminated.

post/workflow/{id}/reset

Path parameters

idstring required

The workflow ID to reset

Request body

stepNamestring required

The name of the step to reset after

reasonstring

Optional reason for the reset

Response

The workflow was reset successfully

workflowIdstring

The original workflow ID

runIdstring

The run ID of the new execution created by the reset

Changes