Skip to main content

Re-assign Human Task

Admin API used for re-assigning a task to a different assignment policy. Use this when the original assignment is no longer valid and the task needs to be reassigned so that it can proceed further.

note

The invoking user should be a task owner or an ADMIN 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 retrieve.
Request BodyNew assignment policy with corresponding values. Supported policies are free_for_all, least_busy_group_member, and fixed

API Endpoint

POST human/tasks/{taskId}/reassign

Client SDK Methods

TODO: Coming soon to the SDKs