new_from_mermaid
Converts Mermaid code into a BPMN diagram and sets it as the active diagram. Enables reuse of Mermaid logic in BPMN workflows.
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 |