read_process
Reads a .bpmn file and returns its BPMN 2.0 structure: pools, lanes, activities, gateways, events, and flows, as a summary, outline, or editable spec.
Instructions
Read a .bpmn file and return its structure: pools, lanes, activities, gateways, events, and the flows between them.
Note: Bizagi's native .bpm format is proprietary and cannot be read here. Export it first from Bizagi Modeler (File ▸ Export ▸ BPMN).
Args: file_path: Path to a .bpmn or .xml file. detail: "summary" (structured JSON), "outline" (readable walk-through), or "spec" (an editable specification you can pass back to create_process).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | summary | |
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||