As of Version | product version 2021 Winter | component version | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Request Method | GET | ||||||||||||||||
Response Format | JSON | ||||||||||||||||
Description | Retrieves the history of the process instance specified by Optionally, the boolean query parameter Meaning of HTTP status codes:
Each error is thrown in the response body in JSON format containing an error message and an exception string. | ||||||||||||||||
Request Header | Content-Type: application/json | ||||||||||||||||
Request Example |
| ||||||||||||||||
Response Example | { "tasks": [ { "id": "00000000-0000-0000-0000-000000000000", "name": "My task", "description": "Task description", "assignee": "user003", "owner": "user003", "createTime": "2021-11-01T08:50:22.355Z", "claimTime": "2018-04-17T10:17:43.902+0000", "endTime": "2021-11-01T08:50:22.355Z" } ] } |
Skip to end of banner
Go to start of banner
GET /bpm-engine/api/processes/{processInstanceId}/history
General
Content
Integrations