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
%%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 endCLI command
nf-metro render examples/topologies/file_node_with_outgoing_edge.mmd -o file_node_with_outgoing_edge.svg