Adding samples
This commit is contained in:
16
examples/simple_dag.json
Normal file
16
examples/simple_dag.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"tag": "simple_dag",
|
||||
"tasks": {
|
||||
"task_a": {
|
||||
"job": {
|
||||
"command": [ "/bin/echo", "I", "run", "first" ]
|
||||
},
|
||||
"children": [ "task_b" ]
|
||||
},
|
||||
"task_b": {
|
||||
"job": {
|
||||
"command": [ "/bin/echo", "I", "run", "second" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user