signavio_create_model
Create new process models and diagrams in SAP Signavio Process Manager to document business workflows and visualize organizational processes.
Instructions
Create a new model/diagram
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Model name | |
| parentId | Yes | Parent folder ID in format /directory/{id} | |
| namespace | No | Stencil set namespace (e.g., http://b3mn.org/stencilset/bpmn2.0#) | http://b3mn.org/stencilset/bpmn2.0# |
| json_xml | No | JSON representation of the diagram (required if json_xml_file is not provided) | |
| json_xml_file | No | Local file path to read JSON representation from (alternative to json_xml) |