01 Basic Lane Workflow
This workflow models two connected nodes in a single lane showing basic flow.
This workflow models a workflow that demonstrates circle, rectangle, diamond, and taskbox shapes.
laneA { # Lane A
n1: circle label:"Start 03 All Shapes"
n2: circle label:"03 All Shapes step 2"
n3: rectangle label:"03 All Shapes step 3"
n4: diamond label:"03 All Shapes step 4"
n5: circle label:"End 03 All Shapes"
n1.handle(right) -> n2.handle(left)
n2.handle(right) -> n3.handle(left)
n3.handle(right) -> n4.handle(left)
n4.handle(right) -> n5.handle(left)
}This workflow models two connected nodes in a single lane showing basic flow.
This workflow models nodes with explicit top, bottom, left, and right handle connections.
This workflow models connections with descriptive labels between nodes.
This workflow models three lanes with cross-lane communication.
This workflow models lanes that conceptually contain other lanes.
This workflow models a workflow with emoji and international characters in labels.