1digraph "g" {
2"cl_dummy2_running_0" [ style=dashed color="red" fontcolor="orange" ]
3"cl_dummy2_start_0" -> "cl_dummy2_running_0" [ style = dashed]
4"cl_dummy2_start_0" -> "dummy2:0_start_0 alice.demo" [ style = dashed]
5"cl_dummy2_start_0" -> "dummy2:1_start_0 bob.demo" [ style = dashed]
6"cl_dummy2_start_0" [ style=dashed color="red" fontcolor="orange" ]
7"dummy2:0_start_0 alice.demo" -> "cl_dummy2_running_0" [ style = dashed]
8"dummy2:0_start_0 alice.demo" [ style=dashed color="red" fontcolor="black" ]
9"dummy2:1_start_0 bob.demo" -> "cl_dummy2_running_0" [ style = dashed]
10"dummy2:1_start_0 bob.demo" [ style=dashed color="red" fontcolor="black" ]
11"ms_stateful_confirmed-post_notify_running_0" [ style=bold color="green" fontcolor="orange" ]
12"ms_stateful_confirmed-pre_notify_start_0" -> "ms_stateful_post_notify_running_0" [ style = bold]
13"ms_stateful_confirmed-pre_notify_start_0" -> "ms_stateful_start_0" [ style = bold]
14"ms_stateful_confirmed-pre_notify_start_0" [ style=bold color="green" fontcolor="orange" ]
15"ms_stateful_post_notify_running_0" -> "ms_stateful_confirmed-post_notify_running_0" [ style = bold]
16"ms_stateful_post_notify_running_0" -> "stateful:0_post_notify_start_0 alice.demo" [ style = bold]
17"ms_stateful_post_notify_running_0" -> "stateful:1_post_notify_start_0 bob.demo" [ style = bold]
18"ms_stateful_post_notify_running_0" [ style=bold color="green" fontcolor="orange" ]
19"ms_stateful_pre_notify_start_0" -> "ms_stateful_confirmed-pre_notify_start_0" [ style = bold]
20"ms_stateful_pre_notify_start_0" [ style=bold color="green" fontcolor="orange" ]
21"ms_stateful_running_0" -> "ms_stateful_post_notify_running_0" [ style = bold]
22"ms_stateful_running_0" [ style=bold color="green" fontcolor="orange" ]
23"ms_stateful_start_0" -> "ms_stateful_running_0" [ style = bold]
24"ms_stateful_start_0" -> "stateful:0_start_0 alice.demo" [ style = bold]
25"ms_stateful_start_0" -> "stateful:1_start_0 bob.demo" [ style = bold]
26"ms_stateful_start_0" [ style=bold color="green" fontcolor="orange" ]
27"service1_delete_0 alice.demo" [ style=bold color="green" fontcolor="black"]
28"service1_delete_0 bob.demo" [ style=bold color="green" fontcolor="black"]
29"service2:0_delete_0 alice.demo" [ style=bold color="green" fontcolor="black"]
30"service2:0_delete_0 bob.demo" [ style=bold color="green" fontcolor="black"]
31"service2:1_delete_0 bob.demo" [ style=bold color="green" fontcolor="black"]
32"stateful:0_post_notify_start_0 alice.demo" -> "ms_stateful_confirmed-post_notify_running_0" [ style = bold]
33"stateful:0_post_notify_start_0 alice.demo" [ style=bold color="green" fontcolor="black" ]
34"stateful:0_start_0 alice.demo" -> "ms_stateful_running_0" [ style = bold]
35"stateful:0_start_0 alice.demo" [ style=bold color="green" fontcolor="black" ]
36"stateful:1_post_notify_start_0 bob.demo" -> "ms_stateful_confirmed-post_notify_running_0" [ style = bold]
37"stateful:1_post_notify_start_0 bob.demo" [ style=bold color="green" fontcolor="black" ]
38"stateful:1_start_0 bob.demo" -> "ms_stateful_running_0" [ style = bold]
39"stateful:1_start_0 bob.demo" [ style=bold color="green" fontcolor="black" ]
40}
41