Get call hierarchy for process instance
GET/process-instances/:processInstanceKey/call-hierarchy
Returns the call hierarchy for a given process instance, showing its ancestry up to the root instance.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The call hierarchy is successfully returned.
The provided data is not valid.
The request lacks valid authentication credentials.
Forbidden. The request is not allowed.
The process instance is not found.
An internal error occurred while processing the request.