signavio_export_model
Export Signavio process models to JSON, BPMN2.0 XML, PNG, or SVG formats for analysis, documentation, or integration with other tools.
Instructions
Export a model in various formats (json, bpmn2_0_xml, png, svg)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| modelId | Yes | The model ID | |
| format | No | Export format | json |
| saveAsFile | No | If true, save the exported model to a file and return the filename. If false, return the file contents. |