Skip to content

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
examples/topologies/offtrack_output_peel_before_successor.mmd
%%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
end
CLI command
Terminal window
nf-metro render examples/topologies/offtrack_output_peel_before_successor.mmd -o offtrack_output_peel_before_successor.svg
Rendered map
Off-track output peel-off before successor 1 VCF Early Filter step Annotate step Finalize Line A Line B created with nf-metro v2.0.0+dev