Search for incidents associated with a process instance
POST/process-instances/:processInstanceKey/incidents/search
Search for incidents caused by the process instance or any of its called process or decision instances.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The process instance search result.
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.