Unicode Labels Workflow
This workflow models emoji and international characters in labels.
Full FlowZap Code
Copy and paste the following FlowZap code into a project in your FlowZap account to see this template diagram.
laneA { # Lanea
n1: circle label:"Start Unicode Labels"
n2: rectangle label:"Unicode label (rocket)"
n3: rectangle label:"多言語ラベル"
n4: rectangle label:"Unicode Labels step 4"
n5: circle label:"End Unicode Labels"
n1.handle(right) -> n2.handle(left)
n2.handle(right) -> n3.handle(left) [label="Next"]
n3.handle(right) -> n4.handle(left)
n4.handle(right) -> n5.handle(left)
}Related templates
Bidirectional Loop Workflow
This workflow models circular references between nodes in both directions.
Deep Nesting Workflow
This workflow models lanes that are conceptually nested within each other.
Disconnected Lanes Workflow
This workflow models lanes that never connect to each other.