You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.3 KiB
52 lines
1.3 KiB
2 years ago
|
{
|
||
|
"name": "dummy-dag",
|
||
|
"dag": [
|
||
|
{
|
||
|
"node_id": "dummy1-action",
|
||
|
"properties":
|
||
|
{
|
||
|
"label": "Dummy 1 Action",
|
||
|
"primitive": "serial",
|
||
|
"condition":{},
|
||
|
"next": "dummy2-action",
|
||
|
"branch_1": "",
|
||
|
"branch_2": "",
|
||
|
"arguments": {},
|
||
|
"outputs_from":[]
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"node_id": "dummy2-action",
|
||
|
"properties":
|
||
|
{
|
||
|
"label": "Dummy 2 Action",
|
||
|
"primitive": "serial",
|
||
|
"condition":{},
|
||
|
"next": "dummy3-action",
|
||
|
"branch_1": "",
|
||
|
"branch_2": "",
|
||
|
"arguments": {},
|
||
|
"outputs_from": ["dummy1-action"]
|
||
|
}
|
||
|
},
|
||
|
|
||
|
{
|
||
|
"node_id": "dummy3-action",
|
||
|
"properties":
|
||
|
{
|
||
|
"label": "Dummy 3 Action",
|
||
|
"primitive": "serial",
|
||
|
"condition":{},
|
||
|
"next": "",
|
||
|
"branch_1": "",
|
||
|
"branch_2": "",
|
||
|
"arguments": {},
|
||
|
"outputs_from": ["dummy1-action","dummy2-action"]
|
||
|
}
|
||
|
}
|
||
|
|
||
|
]
|
||
|
|
||
|
}
|
||
|
|