Cancel life cycle
POST https://{{host}}/athento/site/automation/Context.CancelWorkflow/
Cancel a life cycle of the document.
Note: If there is more than one state initiated in the document for the specified life cycle, will not be cancelled.
Permissions
The user needs write permission on the document.
Mandatory data
This web service requires at least:
input
"params" -> "id"
Input
This request needs as an input
the UUID of the document for which the life cycle will be canceled.
Params
id
Name of the life cycle that will be canceled.
Request Body
{"input"=>"a7e7c74c-ca91-41d0-9f47-c4960ed99b13", "params"=>{"id"=>"Lifecycle1"}}