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.
75 lines
1.9 KiB
75 lines
1.9 KiB
2 months ago
|
{
|
||
1 month ago
|
"name":"noop5_dag",
|
||
2 months ago
|
"dag":[
|
||
|
{
|
||
|
"node_id":"noop1",
|
||
|
"properties":
|
||
|
{
|
||
|
"label": "noop 1",
|
||
1 month ago
|
"primitive": "parallel",
|
||
2 months ago
|
"condition":{},
|
||
|
"next": ["noop2","noop3"],
|
||
|
"branch_1": "",
|
||
|
"branch_2": "",
|
||
|
"arguments": {},
|
||
1 month ago
|
"outputs_from":""
|
||
2 months ago
|
}
|
||
|
},
|
||
|
{
|
||
|
"node_id":"noop2",
|
||
|
"properties":
|
||
|
{
|
||
|
"label":"noop 2",
|
||
|
"primitive":"merging",
|
||
|
"condition":{},
|
||
1 month ago
|
"next":["noop4"],
|
||
2 months ago
|
"branch_1":"",
|
||
|
"branch_2":"",
|
||
|
"arguments":"",
|
||
1 month ago
|
"outputs_from":["noop1"]
|
||
2 months ago
|
}
|
||
|
},
|
||
|
{
|
||
|
"node_id":"noop3",
|
||
|
"properties":
|
||
|
{
|
||
|
"label":"noop 3",
|
||
|
"primitive":"merging",
|
||
|
"condition":{},
|
||
1 month ago
|
"next":["noop4"],
|
||
2 months ago
|
"branch_1":"",
|
||
|
"branch_2":"",
|
||
|
"arguments":"",
|
||
1 month ago
|
"outputs_from":["noop1"]
|
||
2 months ago
|
}
|
||
|
},
|
||
|
{
|
||
|
"node_id":"noop4",
|
||
|
"properties":
|
||
|
{
|
||
|
"label":"noop 4",
|
||
|
"primitive":"serial",
|
||
|
"condition":{},
|
||
1 month ago
|
"next":["noop5"],
|
||
1 month ago
|
"branch_1":"",
|
||
|
"branch_2":"",
|
||
|
"arguments":"",
|
||
|
"outputs_from":["noop2","noop3"]
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"node_id":"noop5",
|
||
|
"properties":
|
||
|
{
|
||
|
"label":"noop 5",
|
||
|
"primitive":"serial",
|
||
|
"condition":{},
|
||
2 months ago
|
"next":"",
|
||
|
"branch_1":"",
|
||
|
"branch_2":"",
|
||
|
"arguments":"",
|
||
1 month ago
|
"outputs_from":["noop4"]
|
||
2 months ago
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|