new_from_mermaid
Convert Mermaid flowchart code into a BPMN 2.0 diagram and set it as the active diagram for editing and management.
Instructions
Create a new BPMN diagram from Mermaid code and set it as current context
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new diagram | |
| mermaidCode | Yes | Mermaid flowchart code to convert | |
| extensionProfile | No | BPMN extension profile for the authored document | portable |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| type | Yes | ||
| filename | Yes | Active BPMN filename | |
| warnings | Yes | ||
| flowCount | Yes | ||
| nodeCount | Yes | ||
| processId | Yes | Stable generated or existing BPMN ID | |
| extensionProfile | Yes |