Get process instance
GET/process-instances/:processInstanceKey
Eventually Consistent
Get the process instance by the process instance key.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The process instance is successfully returned.
The provided data is not valid.
The request lacks valid authentication credentials.
Response Headers
WWW-Authenticate
Forbidden. The request is not allowed.
The process instance with the given key was not found.
An internal error occurred while processing the request.