01 Basic Lane Workflow
syntax-primitives
This workflow models two connected nodes in a single lane showing basic flow.
syntax-primitives
This workflow models nodes with explicit top, bottom, left, and right handle connections.
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"]
}syntax-primitives
This workflow models two connected nodes in a single lane showing basic flow.
syntax-primitives
This workflow models a workflow that demonstrates circle, rectangle, diamond, and taskbox shapes.
syntax-primitives
This workflow models connections with descriptive labels between nodes.
syntax-primitives
This workflow models three lanes with cross-lane communication.
syntax-primitives
This workflow models lanes that conceptually contain other lanes.
syntax-primitives
This workflow models a workflow with emoji and international characters in labels.