get_job_details
Retrieve job execution details for CIB Seven process instances to diagnose failed service tasks, timers, and message events. Check retry counts, error messages, and suspension status to identify execution incidents.
Instructions
Get job execution details for a process instance. Jobs are units of work the engine executes — service tasks, timers, message events.
Key fields:
retries: how many retry attempts remain. 0 means the engine gave up and created an incident.
exceptionMessage: the error from the last failed execution attempt
dueDate: when the job is scheduled to execute (for timers)
suspended: true if the job is paused
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| processInstanceId | No | Filter jobs by process instance ID | |
| maxResults | No | Max results (default 25) | |
| firstResult | No | Offset for pagination (default 0) |