Skip to main content

Update Human Task

Used for updating a claimed task. Optionally complete the task.

note

The invoking user should be a task owner, an ADMIN, or a claimant 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 release.
completeBoolean to mark if the task is complete or not, send this as false for just updating data, and keep the task in progress
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