render_workflow
Generate a Mermaid flowchart from a workflow specification and write it to disk as .mmd, .md, and .html files.
Instructions
Generate a Mermaid flowchart from a workflow spec and WRITE it to disk (.mmd + embeddable .md + .html preview). Same as render_erd but for workflows/pipelines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| out_path | Yes | Where to write the .mmd, e.g. docs/workflow.mmd | |
| direction | No | ||
| source_path | No | ||
| source_text | No | ||
| source_type | No |