Files
mgmt/test/shell/graph-exit1.mcl
2019-03-15 13:01:50 -04:00

9 lines
186 B
Plaintext

exec ["exec1", "exec2", "exec3", "exec4", "exec0",] {
cmd => "sleep 15s",
}
# linear chain
Exec["exec1"] -> Exec["exec2"]
Exec["exec2"] -> Exec["exec3"]
Exec["exec3"] -> Exec["exec4"]