Skip to content

File Node With Outgoing Edge

A produced GTF artifact feeds a downstream consumer while retaining its file icon and human-readable caption on the pipeline trunk.

Mermaid source
examples/topologies/file_node_with_outgoing_edge.mmd
%%metro title: File node with an outgoing edge
%%metro line: main | Main | #e6007e
%%metro file: made_gtf | GTF | Hybrid GTF
%%metro file: final_report | HTML | Report
graph LR
subgraph a [Alpha]
a1[Make GTF]
a2[Use GTF]
a1 -->|main| made_gtf
made_gtf -->|main| a2
a2 -->|main| final_report
end
CLI command
Terminal window
nf-metro render examples/topologies/file_node_with_outgoing_edge.mmd -o file_node_with_outgoing_edge.svg
Rendered map
File node with an outgoing edge 1 GTF Hybrid GTF HTML Report Make GTF Use GTF Main created with nf-metro v2.0.0+dev