/
GET /bpm-engine/api/processes/{processInstanceId}
GET /bpm-engine/api/processes/{processInstanceId}
As of Version | product version 2021 Autumn | component version | ||||||||
---|---|---|---|---|---|---|---|---|---|
Request Method | POST | ||||||||
Response Format | JSON | ||||||||
Description | Retrieves the process instance specified by Optionally, the boolean query parameter Meaning of HTTP status codes:
| ||||||||
Request Header | Content-Type: application/json | ||||||||
Request Example |
| ||||||||
Response Example | { "businessKey": "myBusinessKey", "completed": true, "id": 187, "name": "myProcessInstanceName", "processDefinitionDescription": "A process definition description", "processDefinitionId": "oneTaskProcess:1:00000000-0000-0000-0000-000000000000", "processDefinitionName": "A process definition name", "startTime": "2018-04-17T10:17:43.902+0000", "startUserId": "user0001", "suspended": true, "variables": [ { "name": "myVariable", "scope": "myScope", "type": "myType", "value": "test", "valueUrl": "http://...." } ] } |
, multiple selections available,
Related content
BPM Processes
BPM Processes
More like this
Quick Start into BPM: Mini Process Ping-Pong
Quick Start into BPM: Mini Process Ping-Pong
More like this
Version Tags Services
Version Tags Services
More like this
Adhoc Workflow
Adhoc Workflow
More like this
Release Notes 10.16
Release Notes 10.16
More like this
Bugfixlog 10.0
Bugfixlog 10.0
More like this