create_process
Generate a BPMN 2.0 diagram from a process specification and write it as a .bpmn file importable into Bizagi Modeler, with automatic layout for readability.
Instructions
Generate a BPMN 2.0 diagram from a process specification and write it as a .bpmn file that Bizagi Modeler can import (File ▸ Import ▸ BPMN).
Shape positions are computed automatically with a lane-aware layered layout, so the imported diagram is readable rather than a heap of overlapping boxes. The result includes an audit of the generated model.
Args: spec: The process definition. Call get_spec_reference() for the format. output_path: Where to write the .bpmn file. Leave empty to only preview. overwrite: Replace output_path if it already exists. return_xml: Include the full XML in the response (large).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | Yes | ||
| overwrite | No | ||
| return_xml | No | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||