StaticexportExports workflow in the requested format.
Workflow to export
Target export format
Export payload as string (mermaid/dot) or structured object (json/d3)
StaticexportExports workflow and persists the result to disk.
Workflow to export
Target export format
Destination file path
Whether to automatically create the parent directory if it doesn't exist (default: true)
Promise resolved when file write completes
StaticworkflowExports workflow graph in a D3-friendly shape.
Workflow to export
D3 nodes/edges payload
StaticworkflowExports workflow graph as Graphviz DOT.
Workflow to export
DOT graph source
StaticworkflowExports workflow graph in a JSON-serializable structure.
Workflow to export
JSON export payload
StaticworkflowExports workflow graph as Mermaid syntax.
Workflow to export
Mermaid graph source
Exports a Workflow definition to a Mermaid diagram, JSON-serializable format, DOT graph, or a D3-compatible format. This can be used for visualization and diagnostic of workflow structures. Note that exported workflows only include node ids and dependencies, not execution logic or metadata.