Skip to main content

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 assigned using the Free for all policy, any Conductor user will be able to retrieve 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 retrieve.

API Endpoint

POST human/tasks/{taskId}/claim

Client SDK Methods

TODO: Coming soon to the SDKs