get_process_instance
Retrieve execution status, business key, and suspension state of a CIB Seven process instance by ID. Diagnose process health and identify active, paused, or completed workflows.
Instructions
Look up a CIB Seven process instance by its ID. Returns the instance's current state, definition reference, business key, and suspension status.
Use this when you have a specific process instance ID and need to understand its current state. If you only have a business key or definition key, use list_process_instances instead.
Key response fields:
suspended: true means manually paused by an operator
ended: true means the process completed or was cancelled
businessKey: the domain identifier (e.g. order number, case ID)
definitionId: use this to fetch the BPMN XML via get_process_definition_xml
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| processInstanceId | Yes | The UUID of the process instance |