Arrows and flowΒΆ

Place an arrow between shapes to connect them. A bare arrow right links the previous shape to the next one:

A simple arrow chain

Open in editor

box "queue"
arrow right
box "worker"
arrow right
box "store"

To connect specific named shapes, use from and to. This also lets you put a label on the arrow:

A labelled arrow

Open in editor

A: box "start"
B: box "end"
from A arrow "Leads to" to B

Next: add and format Text and positioning.