Update workflow instance status
PATCH/api/v1/accounts/:accountId/definitions/:definitionId/workflows/:workflowId
Use this resource to control the state of a workflow instance. For example, you can suspend a workflow to be resumed later or terminate a workflow due to an error.
Request
Responses
- 200
- 400
- 404
Workflow status successfully updated.
Request is invalid.
Workflow instance or definition is not found.