summaryrefslogtreecommitdiffstats
path: root/cts/scheduler/dot/unmanaged-stop-3.dot
diff options
context:
space:
mode:
Diffstat (limited to 'cts/scheduler/dot/unmanaged-stop-3.dot')
-rw-r--r--cts/scheduler/dot/unmanaged-stop-3.dot8
1 files changed, 8 insertions, 0 deletions
diff --git a/cts/scheduler/dot/unmanaged-stop-3.dot b/cts/scheduler/dot/unmanaged-stop-3.dot
new file mode 100644
index 0000000..3bf547a
--- /dev/null
+++ b/cts/scheduler/dot/unmanaged-stop-3.dot
@@ -0,0 +1,8 @@
+ digraph "g" {
+"group1_stop_0" -> "group1_stopped_0" [ style = dashed]
+"group1_stop_0" -> "rsc1_stop_0 yingying.site" [ style = dashed]
+"group1_stop_0" [ style=bold color="green" fontcolor="orange"]
+"group1_stopped_0" [ style=dashed color="red" fontcolor="orange"]
+"rsc1_stop_0 yingying.site" -> "group1_stopped_0" [ style = dashed]
+"rsc1_stop_0 yingying.site" [ style=dashed color="red" fontcolor="black"]
+}