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.
The workflows execution's transaction ID.
The ID of the step whose status was changed.
Sets the step's response. It accepts any type.
Sets the compensation function's input. It accepts any response.
Whether to invoke or compensate the step.
Available options:
invoke
, compensate
Response
OK
The details of failing the workflow step.
Whether the workflow step has failed successfully.