Act - GraphΒΆ

digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_Act [ label = "{<id>Act | \l \l| \l \l}" tooltip = "Workflows:Act" ] subgraph Workflows { label = "Workflows" node [ color = "#0000ff" ] DDI4_WorkflowStep [ label = "{<id>DDI_WorkflowStep}" tooltip = "Workflows:WorkflowStep" href = "../Package/Workflows/WorkflowStep/index.html" ] } DDI4_Act -> DDI4_WorkflowStep [arrowhead=onormal color="#000000"]; }