render_preview
Preview BPMN diagrams as SVG directly from a .bpmn file or specification, ensuring accurate geometry before importing to Bizagi Modeler.
Instructions
Draw the diagram as an SVG so it can be checked without opening Bizagi Modeler — same geometry the .bpmn carries, so what you see is what imports.
Args:
file_path: A .bpmn file to preview. Mutually exclusive with spec.
spec: A specification to preview before writing it anywhere.
output_path: Where to write the .svg. Leave empty to return the markup.
overwrite: Replace output_path if it exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | No | ||
| file_path | No | ||
| overwrite | No | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||