digraph Example { graph [stall_timeout="1200"] start [shape=Mdiamond] work [label="Work"] exit [shape=Msquare] start -> work -> exit }