1digraph "g" {
2"cl-test_running_0" [ style=bold color="green" fontcolor="orange" ]
3"cl-test_start_0" -> "cl-test_running_0" [ style = bold]
4"cl-test_start_0" -> "gr-test:0_start_0" [ style = bold]
5"cl-test_start_0" -> "gr-test:1_start_0" [ style = bold]
6"cl-test_start_0" [ style=bold color="green" fontcolor="orange" ]
7"gr-test:0_running_0" -> "cl-test_running_0" [ style = bold]
8"gr-test:0_running_0" [ style=bold color="green" fontcolor="orange" ]
9"gr-test:0_start_0" -> "gr-test:0_running_0" [ style = bold]
10"gr-test:0_start_0" -> "test:0_start_0 web1" [ style = bold]
11"gr-test:0_start_0" [ style=bold color="green" fontcolor="orange" ]
12"gr-test:1_running_0" -> "cl-test_running_0" [ style = bold]
13"gr-test:1_running_0" [ style=bold color="green" fontcolor="orange" ]
14"gr-test:1_start_0" -> "gr-test:1_running_0" [ style = bold]
15"gr-test:1_start_0" -> "test:1_start_0 web2" [ style = bold]
16"gr-test:1_start_0" [ style=bold color="green" fontcolor="orange" ]
17"test:0_start_0 web1" -> "gr-test:0_running_0" [ style = bold]
18"test:0_start_0 web1" [ style=bold color="green" fontcolor="black" ]
19"test:1_start_0 web2" -> "gr-test:1_running_0" [ style = bold]
20"test:1_start_0 web2" [ style=bold color="green" fontcolor="black" ]
21}
22