Skip to content

Cross Col Top Entry

A cross-column feed from a RIGHT-exit producer into a TOP-entry consumer: the entry port is placed on the section boundary rather than floating above the canvas (issue #740).

Mermaid source
examples/topologies/cross_col_top_entry.mmd
%%metro title: Cross-Column Top Entry
%%metro style: dark
%%metro line: l1 | Line 1 | #0570b0
graph LR
subgraph producer [Producer]
%%metro exit: right | l1
p1[Step P1]
p2[Step P2]
p1 -->|l1| p2
end
subgraph consumer [Consumer]
%%metro entry: top | l1
c1[Step C1]
c2[Step C2]
c1 -->|l1| c2
end
p2 -->|l1| c1
CLI command
Terminal window
nf-metro render examples/topologies/cross_col_top_entry.mmd -o cross_col_top_entry.svg
Rendered map
Cross-Column Top Entry 1 2 Step P1 Step C1 Step P2 Step C2 Line 1 created with nf-metro v1.1.0+dev