list_incidents
Retrieve open incidents from the CIB Seven process engine to diagnose execution failures. Filter by process instance or incident type to identify failed jobs and external tasks.
Instructions
List open incidents in the process engine. Incidents record things that went wrong during execution.
Key incident types:
failedJob: a service task or timer threw an exception and the engine gave up retrying (retries=0)
failedExternalTask: an external task worker reported a failure
Use without filters to see all open incidents. Filter by processInstanceId to see incidents for a specific process.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| processInstanceId | No | Filter by process instance ID | |
| incidentType | No | Filter by type: failedJob, failedExternalTask | |
| maxResults | No | Max results (default 25) | |
| firstResult | No | Offset for pagination (default 0) |