Skip to main content

Release Human Task

Used for releasing a previously claimed task. If the user is unable to complete this task, this API can be used to release the task so that a new claimant can claim this task.

note

The invoking user should be a task owner, an ADMIN, or a claimant to the task. When using application credentials, the application should be the owner of the task in the workflow definition.

Input Payload

AttributeDescription
taskIdThe taskId of the human task which you want to release.

API Endpoint

POST human/tasks/{taskId}/release

Client SDK Methods

TODO: Coming soon to the SDKs