digraph split { // dummy destinations as support for edges, make invisible and height 0 a [style=invis height=0 fontsize=0] b [style=invis height=0 fontsize=0] c [style=invis height=0 fontsize=0] Activity -> a Activity -> b Activity -> c }