Admin Workflows Executions
Succeed a Step in a Workflow's Execution
Set the status of a step in a workflow’s execution as successful. This is useful for long-running workflows.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The workflows execution's workflow id.
Body
application/json
The details of changing a workflow execution's step status.
Response
200
application/json
OK
The details of succeeding the workflow step.