02 手柄位置工作流
syntax-primitives
此工作流模拟节点具有明确的顶部、底部、左侧和右侧手柄连接。
完整 FlowZap 代码
laneA { # Lane A
n1: circle label:"Start 02 Handle Positions"
n2: rectangle label:"02 Handle Positions step 2"
n3: rectangle label:"02 Handle Positions step 3"
n4: rectangle label:"02 Handle Positions step 4"
n5: circle label:"End 02 Handle Positions"
n1.handle(bottom) -> n2.handle(top) [label="Bottom to Top"]
n2.handle(right) -> n3.handle(left) [label="Right to Left"]
n3.handle(top) -> n4.handle(bottom) [label="Top to Bottom"]
}