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