17 Minimal Nodes Workflow
syntax-primitives
This workflow models a workflow with a single start node only.
Full FlowZap Code
laneA { # Lane A
n1: circle label:"Start 17 Minimal Nodes"
}Related templates
01 Basic Lane Workflow
syntax-primitives
This workflow models two connected nodes in a single lane showing basic flow.
02 Handle Positions Workflow
syntax-primitives
This workflow models nodes with explicit top, bottom, left, and right handle connections.
03 All Shapes Workflow
syntax-primitives
This workflow models a workflow that demonstrates circle, rectangle, diamond, and taskbox shapes.
04 Labeled Arrows Workflow
syntax-primitives
This workflow models connections with descriptive labels between nodes.
05 Multiple Lanes Workflow
syntax-primitives
This workflow models three lanes with cross-lane communication.