diff options
Diffstat (limited to 'cts/scheduler/dot/notify-2.dot')
-rw-r--r-- | cts/scheduler/dot/notify-2.dot | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/cts/scheduler/dot/notify-2.dot b/cts/scheduler/dot/notify-2.dot new file mode 100644 index 0000000..4760990 --- /dev/null +++ b/cts/scheduler/dot/notify-2.dot @@ -0,0 +1,48 @@ + digraph "g" { +"child_rsc1:0_post_notify_start_0 node1" -> "rsc1_confirmed-post_notify_running_0" [ style = bold] +"child_rsc1:0_post_notify_start_0 node1" [ style=bold color="green" fontcolor="black"] +"child_rsc1:0_pre_notify_start_0 node1" -> "rsc1_confirmed-pre_notify_start_0" [ style = bold] +"child_rsc1:0_pre_notify_start_0 node1" [ style=bold color="green" fontcolor="black"] +"child_rsc1:1_monitor_0 node1" -> "rsc1_start_0" [ style = bold] +"child_rsc1:1_monitor_0 node1" [ style=bold color="green" fontcolor="black"] +"child_rsc1:1_post_notify_start_0 node1" -> "rsc1_confirmed-post_notify_running_0" [ style = bold] +"child_rsc1:1_post_notify_start_0 node1" [ style=bold color="green" fontcolor="black"] +"child_rsc1:1_start_0 node1" -> "rsc1_running_0" [ style = bold] +"child_rsc1:1_start_0 node1" [ style=bold color="green" fontcolor="black"] +"child_rsc2:0_pre_notify_stop_0 node1" -> "rsc2_confirmed-pre_notify_stop_0" [ style = bold] +"child_rsc2:0_pre_notify_stop_0 node1" [ style=bold color="green" fontcolor="black"] +"child_rsc2:0_stop_0 node1" -> "rsc2_stopped_0" [ style = bold] +"child_rsc2:0_stop_0 node1" [ style=bold color="green" fontcolor="black"] +"child_rsc2:1_monitor_0 node1" -> "rsc2_stopped_0" [ style = bold] +"child_rsc2:1_monitor_0 node1" [ style=bold color="green" fontcolor="black"] +"rsc1_confirmed-post_notify_running_0" [ style=bold color="green" fontcolor="orange"] +"rsc1_confirmed-pre_notify_start_0" -> "rsc1_post_notify_running_0" [ style = bold] +"rsc1_confirmed-pre_notify_start_0" -> "rsc1_start_0" [ style = bold] +"rsc1_confirmed-pre_notify_start_0" [ style=bold color="green" fontcolor="orange"] +"rsc1_post_notify_running_0" -> "child_rsc1:0_post_notify_start_0 node1" [ style = bold] +"rsc1_post_notify_running_0" -> "child_rsc1:1_post_notify_start_0 node1" [ style = bold] +"rsc1_post_notify_running_0" -> "rsc1_confirmed-post_notify_running_0" [ style = bold] +"rsc1_post_notify_running_0" [ style=bold color="green" fontcolor="orange"] +"rsc1_pre_notify_start_0" -> "child_rsc1:0_pre_notify_start_0 node1" [ style = bold] +"rsc1_pre_notify_start_0" -> "rsc1_confirmed-pre_notify_start_0" [ style = bold] +"rsc1_pre_notify_start_0" [ style=bold color="green" fontcolor="orange"] +"rsc1_running_0" -> "rsc1_post_notify_running_0" [ style = bold] +"rsc1_running_0" [ style=bold color="green" fontcolor="orange"] +"rsc1_start_0" -> "child_rsc1:1_start_0 node1" [ style = bold] +"rsc1_start_0" -> "rsc1_running_0" [ style = bold] +"rsc1_start_0" [ style=bold color="green" fontcolor="orange"] +"rsc2_confirmed-post_notify_stopped_0" [ style=bold color="green" fontcolor="orange"] +"rsc2_confirmed-pre_notify_stop_0" -> "rsc2_post_notify_stopped_0" [ style = bold] +"rsc2_confirmed-pre_notify_stop_0" -> "rsc2_stop_0" [ style = bold] +"rsc2_confirmed-pre_notify_stop_0" [ style=bold color="green" fontcolor="orange"] +"rsc2_post_notify_stopped_0" -> "rsc2_confirmed-post_notify_stopped_0" [ style = bold] +"rsc2_post_notify_stopped_0" [ style=bold color="green" fontcolor="orange"] +"rsc2_pre_notify_stop_0" -> "child_rsc2:0_pre_notify_stop_0 node1" [ style = bold] +"rsc2_pre_notify_stop_0" -> "rsc2_confirmed-pre_notify_stop_0" [ style = bold] +"rsc2_pre_notify_stop_0" [ style=bold color="green" fontcolor="orange"] +"rsc2_stop_0" -> "child_rsc2:0_stop_0 node1" [ style = bold] +"rsc2_stop_0" -> "rsc2_stopped_0" [ style = bold] +"rsc2_stop_0" [ style=bold color="green" fontcolor="orange"] +"rsc2_stopped_0" -> "rsc2_post_notify_stopped_0" [ style = bold] +"rsc2_stopped_0" [ style=bold color="green" fontcolor="orange"] +} |