BusinessProcess - 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_BusinessProcess [ label = "{<id>BusinessProcess | + standardModelUsed : PairedExternalControlledVocabularyEntry \l + preCondition : BusinessProcessCondition \l + postCondition : BusinessProcessCondition \l \l \l| \l \l}" tooltip = "BusinessWorkflow:BusinessProcess" ] subgraph Workflows { label = "Workflows" node [ color = "#0000ff" ] DDI4_WorkflowProcess [ label = "{<id>DDI_WorkflowProcess}" tooltip = "Workflows:WorkflowProcess" href = "../Package/Workflows/WorkflowProcess/index.html" ] } DDI4_BusinessProcess -> DDI4_WorkflowProcess [arrowhead=onormal color="#000000"]; }