Workflow Runs API
POST/api/workflow-runs/{runId}/replay
Product availabilityAlgaPSA

Replay a workflow run

Re-executes the workflow from the start with a new input payload.

RBAC · workflow

Path parameters

runIdstringRequired

Request body

Content type: application/json · schema WorkflowRunReplayBody

reasonstring
sourcestring
payloadobject

Response body

Success response 200 · schema UnversionedV1Success

dataanyOfRequired
anyOf (option 1)object
anyOf (option 2)array of object
itemsobject
metaobject

Response codes

200
Replay a workflow run succeeded.
400
Invalid request.
401
API key missing/invalid.
403
Caller lacks the required permission.
404
Run not found.
500
Unexpected error.