Claim Task (Conductor User)
Used to claim a human task by an authenticated Conductor user. Use this API to claim a task for a user with Conductor identity.
note
The invoking user should be a task owner, an ADMIN, or a CONDUCTOR_USER or CONDUCTOR_GROUP assignee to the task. If the task is not assigned to anyone/group, any Conductor user will be able to retrieve the task.
Input Payload
Attribute | Description |
---|---|
taskId | The taskId of the human task to be claimed. |
API Endpoint
POST human/tasks/{taskId}/claim
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.claimTaskAsConductorUser(taskId: string);
HumanExecutor.claimTaskAsConductorUser(taskId: string);
TODO: Coming soon to the SDKs