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.
Input Payload
Attribute | Description |
---|---|
taskId | The taskId of the human task to be released. |
API Endpoint
POST human/tasks/{taskId}/release
Client SDK Methods
- Java
- Go
- Python
- C#
- JavaScript
- Typescript
- Clojure
TODO: Coming soon to the SDKs
TODO: Coming soon to the SDKs
TODO: Coming soon to the SDKs
TODO: Coming soon to the SDKs
HumanExecutor.releaseTask(taskId:string)
HumanExecutor.releaseTask(taskId:string)
TODO: Coming soon to the SDKs