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.

Input Payload

AttributeDescription
taskIdThe taskId of the human task to be reassigned.
Request BodyNew assignment policy with corresponding values. Supported policies are EXTERNAL_USER, EXTERNAL_GROUP, CONDUCTOR_USER and CONDUCTOR_GROUP.

API Endpoint

POST human/tasks/{taskId}/reassign

Client SDK Methods

TODO: Coming soon to the SDKs