signavio_update_model
Create a new revision of a Signavio process model by updating its content, name, location, or adding revision comments.
Instructions
Update a model by creating a new revision
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| modelId | Yes | The model ID | |
| name | No | The diagram name which must match the original name | |
| parent | No | The parent folder, in the format /directory/<parent_folder_id> | |
| comment | No | Revision comment | |
| json_xml | No | JSON representation of the new revision (required if json_xml_file is not provided) | |
| json_xml_file | No | Local file path to read JSON representation from (alternative to json_xml) |