Skip to main content

Get Human Task Action Log

Used to retrieve human task action logs.

note

The invoking user should be a task owner, an ADMIN, or an assignee 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.

API Endpoint

GET human/tasks/{taskId}/actionLogs

Return payload

List of objects with the following fields

AttributeDescription
idThe id of the human task
taskIdThe taskId of the human task
workflowIdThe workflowId of the human task
causeWhat caused this action log
actionAction for this log
actionTimeEpoch time for this action
workflowNameWorkflow name
taskRefNameTask reference name

Client SDK Methods

TODO: Coming soon to the SDKs