digraph Example { graph [default_fidelity="summary:medium"] start [shape=Mdiamond] work [label="Work"] exit [shape=Msquare] start -> work -> exit }