31 | | Workplan -> Actions:aA ; Workplan -> Actions:aB |
32 | | Workplan -> Actions:aC ; Workplan -> Actions:aD |
33 | | Workplan -> Actions:aE |
34 | | Actions:aA -> Workflow:w [ style = dotted ]; Actions:aB -> Workflow:w [ style = invis ] |
35 | | Actions:aC -> Workflow:w [ style = dotted ]; Actions:aD -> Workflow:w [ style = dotted ] |
36 | | Actions:aE -> Workflow:w [ style = dotted ] |
37 | | Workflow:e -> Branches:bA [ style = dotted, color = green ]/*; Workflow:e -> Branches:bB [ style = invis ]*/ |
38 | | Workflow:e -> Branches:bC [ style = dotted, color = red ]; Workflow:e -> Branches:bD [ style = dotted, color = green ] |
39 | | Workflow:e -> Branches:bE [ style = dotted, color = orange ] |
40 | | Branches:bA -> Merge:w [ style = bold , color = green ]/*; Branches:bB -> Merge [ style = invis ]*/ |
41 | | Branches:bC -> Merge [ style = invis ]; Branches:bD -> Merge:w [ style = bold , color = green ] |
42 | | Branches:bE -> Merge:w [ style = invis ] |
| 31 | Workplan -> Actions:aA; Workplan -> Actions:aB |
| 32 | Workplan -> Actions:aC; Workplan -> Actions:aD |
| 33 | Workplan -> Actions:aE |
| 34 | Actions:aA -> Workflow:w [ style = dotted ]; Actions:aB -> Workflow:w [ style = invis ] |
| 35 | Actions:aC -> Workflow:w [ style = dotted ]; Actions:aD -> Workflow:w [ style = dotted ] |
| 36 | Actions:aE -> Workflow:w [ style = dotted ] |
| 37 | Workflow:e -> Branches:bA [ style = dotted, color = green4 ]; Workflow:e -> Branches:bC [ style = dotted, color = red3, arrowhead = box ] |
| 38 | Workflow:e -> Branches:bD [ style = dotted, color = green4 ]; Workflow:e -> Branches:bE [ style = dotted, color = orange2 ] |
| 39 | Branches:bA -> Merge:w [ style = bold, color = green4 ]; Branches:bC -> Merge [ style = invis ] |
| 40 | Branches:bD -> Merge:w [ style = bold, color = green4 ] |
| 41 | Branches:bE:e -> Workplan:sw [ color = orange2, arrowhead = inv ] |