Bidirectional Loop Workflow
This workflow models circular references between nodes in both directions.
This workflow models a workflow with a single node only.
laneA { # Lanea
n1: circle label:"Start Minimal Workflow"
}
laneB { # Laneb
}This workflow models circular references between nodes in both directions.
This workflow models lanes that are conceptually nested within each other.
This workflow models lanes that never connect to each other.
This workflow models the same node IDs reused in different lanes.