cmmn-get_execution_flow
cmmn-get_execution_flowRetrieves the execution flow for a CMMN case by traversing OnPart and Guards edges, returning workflow connections that show triggers and dependencies to visualize workflow paths.
Instructions
Gets the execution flow for a case by traversing OnPart and Guards edges. Returns workflow connections showing which items trigger sentries (OnPart) and which items are guarded by sentries (Guards). Useful for visualizing CMMN workflow dependencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case_id | Yes | Case ID to analyze (@rid format) |