1digraph "g" {
2"rsc1_child:0_monitor_0 yingying.site" -> "rsc1_start_0" [ style = bold]
3"rsc1_child:0_monitor_0 yingying.site" [ style=bold color="green" fontcolor="black"]
4"rsc1_child:0_start_0 yingying.site" -> "rsc1_running_0" [ style = bold]
5"rsc1_child:0_start_0 yingying.site" [ style=bold color="green" fontcolor="black"]
6"rsc1_delete_0 yingying.site" [ style=bold color="green" fontcolor="black"]
7"rsc1_running_0" [ style=bold color="green" fontcolor="orange"]
8"rsc1_start_0" -> "rsc1_child:0_start_0 yingying.site" [ style = bold]
9"rsc1_start_0" -> "rsc1_running_0" [ style = bold]
10"rsc1_start_0" [ style=bold color="green" fontcolor="orange"]
11}
12