07 Unicode Labels Workflow
This workflow models a workflow with emoji and international characters in labels.
Full FlowZap Code
laneA { # Lane A
n1: circle label:"Start 07 Unicode Labels"
n2: rectangle label:"Unicode label (rocket)"
n3: rectangle label:"多言語ラベル"
n4: rectangle label:"07 Unicode Labels step 4"
n5: circle label:"End 07 Unicode Labels"
n1.handle(right) -> n2.handle(left)
n2.handle(right) -> n3.handle(left)
n3.handle(right) -> n4.handle(left)
n4.handle(right) -> n5.handle(left)
}Related templates
01 Basic Lane Workflow
This workflow models two connected nodes in a single lane showing basic flow.
02 Handle Positions Workflow
This workflow models nodes with explicit top, bottom, left, and right handle connections.
03 All Shapes Workflow
This workflow models a workflow that demonstrates circle, rectangle, diamond, and taskbox shapes.
04 Labeled Arrows Workflow
This workflow models connections with descriptive labels between nodes.
05 Multiple Lanes Workflow
This workflow models three lanes with cross-lane communication.