Bt Exit Top Above
A BT section's trailing TOP exit dropping up into the BOTTOM entry of an LR section stacked above it (#1044).
Mermaid source
%%metro title: BT Exit Top Into Section Above%%metro style: dark%%metro line: a | A | #e63946
%%metro grid: dst_sec | 0,0%%metro grid: work | 0,1
graph LR subgraph dst_sec [Output] %%metro direction: LR %%metro entry: bottom | a o1[Report] o2[Archive] o1 -->|a| o2 end
subgraph work [Work] %%metro direction: BT %%metro exit: top | a w1[Process] w2[Collect] w1 -->|a| w2 end
w2 -->|a| o1CLI command
nf-metro render examples/topologies/bt_exit_top_above.mmd -o bt_exit_top_above.svg