Skip to content

Terminus Join

Two lines converge on a single file-icon terminus in a sectionless flat graph, so the join lands directly on the terminus rather than a synthesised convergence junction.

Mermaid source
examples/topologies/terminus_join.mmd
%%metro title: Terminus Join
%%metro style: dark
%%metro line: l1 | Line 1 | #e63946
%%metro line: l2 | Line 2 | #2db572
%%metro file: sink_out | OUT | Results
graph LR
src_a[Process A]
src_b[Process B]
sink_out[ ]
src_a -->|l1| sink_out
src_b -->|l2| sink_out
CLI command
Terminal window
nf-metro render examples/topologies/terminus_join.mmd -o terminus_join.svg
Rendered map
Terminus Join OUT Results Process A Process B Line 1 Line 2 created with nf-metro v1.1.0+dev