Skip to main content

Update Human Task

Used for updating a claimed task. Optionally this cane be used to complete the task.

note

The invoking user should be a task owner, an ADMIN, or a claimant to the task.

Input Payload

AttributeDescription
taskIdThe taskId of the human task to be updated.
completeBoolean to mark if the task is complete or not, send this as false for just updating data, and keep the task in progress. Set this is true to complete the task.
Request BodyOutput of the human task work - usually the payload of the human task form entries.

API Endpoint

POST human/tasks/{taskId}/update

Client SDK Methods

TODO: Coming soon to the SDKs