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
Attribute | Description |
---|---|
taskId | The 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
Attribute | Description |
---|---|
id | The id of the human task |
taskId | The taskId of the human task |
workflowId | The workflowId of the human task |
cause | What caused this action log |
action | Action for this log |
actionTime | Epoch time for this action |
workflowName | Workflow name |
taskRefName | Task reference name |
Client SDK Methods
- Java
- Golang
- Python
- CSharp
- Javascript
- Clojure
TODO: Coming soon to the SDKs
TODO: Coming soon to the SDKs
TODO: Coming soon to the SDKs
TODO: Coming soon to the SDKs
TODO: Coming soon to the SDKs
TODO: Coming soon to the SDKs