summaryrefslogtreecommitdiffstats
path: root/cts/scheduler/dot/restart-with-extra-op-params.dot
diff options
context:
space:
mode:
Diffstat (limited to 'cts/scheduler/dot/restart-with-extra-op-params.dot')
-rw-r--r--cts/scheduler/dot/restart-with-extra-op-params.dot7
1 files changed, 7 insertions, 0 deletions
diff --git a/cts/scheduler/dot/restart-with-extra-op-params.dot b/cts/scheduler/dot/restart-with-extra-op-params.dot
new file mode 100644
index 0000000..e13a1bf
--- /dev/null
+++ b/cts/scheduler/dot/restart-with-extra-op-params.dot
@@ -0,0 +1,7 @@
+ digraph "g" {
+"dummy1_monitor_10000 node2" [ style=bold color="green" fontcolor="black"]
+"dummy1_start_0 node2" -> "dummy1_monitor_10000 node2" [ style = bold]
+"dummy1_start_0 node2" [ style=bold color="green" fontcolor="black"]
+"dummy1_stop_0 node2" -> "dummy1_start_0 node2" [ style = bold]
+"dummy1_stop_0 node2" [ style=bold color="green" fontcolor="black"]
+}