Offtrack Output Peel Before Successor
A two-line filter fans to a dead-end file output and on to the next station. The output's branch peels off between the two rather than overrunning the successor's column, so the icon clears the downstream stations and their labels.
Mermaid source
%%metro title: Off-track output peel-off before successor%%metro line: a | Line A | #0570b0%%metro line: b | Line B | #d94801%%metro file: early_out | VCF | Early%%metro off_track: early_out
graph LR subgraph s [Section] filt[Filter step] annot[Annotate step] final[Finalize] early_out[ ] final_out[ ]
filt -->|a,b| early_out filt -->|a,b| annot annot -->|a,b| final final -->|a,b| final_out endCLI command
nf-metro render examples/topologies/offtrack_output_peel_before_successor.mmd -o offtrack_output_peel_before_successor.svg