Get process instance
GET/process-instances/:processInstanceKey
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.
Forbidden. The request is not allowed.
The process instance with the given key was not found.
An internal error occurred while processing the request.