dag
The dag scope controls the generation of the workflow diagram.
dag.depth
Supported by the HTML and Mermaid renderers.
Controls the maximum depth at which to render sub-workflows (default: no limit).
dag.direction
Supported by the Graphviz, DOT, HTML and Mermaid renderers.
Controls the direction of the DAG, can be 'LR' (left-to-right) or 'TB' (top-to-bottom) (default: 'TB').
dag.enabled
When true enables the generation of the DAG file (default: false).
dag.file
Graph file name (default: 'dag-<timestamp>.html').
The output format is inferred from the file extension. The following formats are supported: Graphviz DOT file. Graph Exchange XML Format (GEXF). HTML file with Mermaid diagram. Mermaid diagram. Requires Graphviz. Graphviz PDF file. Requires Graphviz Graphviz PNG file. Requires Graphviz Graphviz SVG file.dotgexfhtmlmmdpdfpngsvg
dag.overwrite
When true overwrites any existing DAG file with the same name (default: false).
dag.verbose
Only supported by the HTML and Mermaid renderers.
When false, channel names are omitted, operators are collapsed, and empty workflow inputs are removed (default: false).