summaryrefslogtreecommitdiffstats
path: root/cts/scheduler/dot/primitive-with-unrunnable-group.dot
diff options
context:
space:
mode:
Diffstat (limited to 'cts/scheduler/dot/primitive-with-unrunnable-group.dot')
-rw-r--r--cts/scheduler/dot/primitive-with-unrunnable-group.dot24
1 files changed, 24 insertions, 0 deletions
diff --git a/cts/scheduler/dot/primitive-with-unrunnable-group.dot b/cts/scheduler/dot/primitive-with-unrunnable-group.dot
new file mode 100644
index 0000000..0f8fe79
--- /dev/null
+++ b/cts/scheduler/dot/primitive-with-unrunnable-group.dot
@@ -0,0 +1,24 @@
+ digraph "g" {
+"group1_running_0" [ style=dashed color="red" fontcolor="orange"]
+"group1_start_0" -> "group1_running_0" [ style = dashed]
+"group1_start_0" -> "group1a_start_0 node2" [ style = dashed]
+"group1_start_0" -> "group1b_start_0 node2" [ style = dashed]
+"group1_start_0" [ style=dashed color="red" fontcolor="orange"]
+"group1a_monitor_10000 node2" [ style=dashed color="red" fontcolor="black"]
+"group1a_start_0 node2" -> "group1_running_0" [ style = dashed]
+"group1a_start_0 node2" -> "group1a_monitor_10000 node2" [ style = dashed]
+"group1a_start_0 node2" -> "group1b_start_0 node2" [ style = dashed]
+"group1a_start_0 node2" [ style=dashed color="red" fontcolor="black"]
+"group1b_monitor_10000 node2" [ style=dashed color="red" fontcolor="black"]
+"group1b_start_0 node2" -> "group1_running_0" [ style = dashed]
+"group1b_start_0 node2" -> "group1b_monitor_10000 node2" [ style = dashed]
+"group1b_start_0 node2" [ style=dashed color="red" fontcolor="black"]
+"rsc1_monitor_10000 node2" [ style=dashed color="red" fontcolor="black"]
+"rsc1_start_0 node2" -> "rsc1_monitor_10000 node2" [ style = dashed]
+"rsc1_start_0 node2" [ style=dashed color="red" fontcolor="black"]
+"rsc2_monitor_0 node1" [ style=bold color="green" fontcolor="black"]
+"rsc2_monitor_0 node2" [ style=bold color="green" fontcolor="black"]
+"rsc2_monitor_0 node3" [ style=bold color="green" fontcolor="black"]
+"rsc2_monitor_0 node4" [ style=bold color="green" fontcolor="black"]
+"rsc2_monitor_0 node5" [ style=bold color="green" fontcolor="black"]
+}