Workflow Instances

Cancel workflow instance.

Cancels the workflow instance with the specified ID with a reason. Canceling the workflow instance also cancels the workflow sub-processes.

post/workflowInstances/{workflowInstanceId}/canceled

Path parameters

workflowInstanceIdstring uuid required

The identifier of the workflow instance to be cancelled.

Request body

string required

Response

The workflow instance has been successfully canceled.

Changes

No recorded changes to this endpoint across all 1 revision of this API.