Protected InternalGenerates an SVG diagram from Mermaid syntax.
The action parameters containing:
A promise resolving to an ActionResultSimple with:
Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
Private getHelper to get parameter value by name (case-insensitive)
Private getHelper to get string parameter with optional default
Optional defaultValue: stringPrivate parseJSON
Action that generates SVG diagrams from Mermaid text syntax. Supports flowcharts, sequence diagrams, ER diagrams, class diagrams, state machines, Gantt charts, and more.
Mermaid is a text-based diagram generation tool that converts markdown-like syntax into rich visual diagrams. This action uses the Mermaid library to render diagrams server-side as SVG, suitable for embedding in reports, artifacts, and AI-generated content.
Example