parent
67e95dfb8e
commit
bfa4e7c57a
@ -0,0 +1,62 @@
|
||||
{
|
||||
"name":"test",
|
||||
"dag":[
|
||||
{
|
||||
"node_id":"noop1",
|
||||
"properties":
|
||||
{
|
||||
"label": "noop 1",
|
||||
"primitive": "parallet",
|
||||
"condition":{},
|
||||
"next": ["noop2","noop3"],
|
||||
"branch_1": "",
|
||||
"branch_2": "",
|
||||
"arguments": {},
|
||||
"outputs_from":[]
|
||||
}
|
||||
},
|
||||
{
|
||||
"node_id":"noop2",
|
||||
"properties":
|
||||
{
|
||||
"label":"noop 2",
|
||||
"primitive":"merging",
|
||||
"condition":{},
|
||||
"next":["noop4"],
|
||||
"branch_1":"",
|
||||
"branch_2":"",
|
||||
"arguments":"",
|
||||
"outputs_from":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"node_id":"noop3",
|
||||
"properties":
|
||||
{
|
||||
"label":"noop 3",
|
||||
"primitive":"merging",
|
||||
"condition":{},
|
||||
"next":["noop4"],
|
||||
"branch_1":"",
|
||||
"branch_2":"",
|
||||
"arguments":"",
|
||||
"outputs_from":""
|
||||
}
|
||||
},
|
||||
{
|
||||
"node_id":"noop4",
|
||||
"properties":
|
||||
{
|
||||
"label":"noop 4",
|
||||
"primitive":"serial",
|
||||
"condition":{},
|
||||
"next":"",
|
||||
"branch_1":"",
|
||||
"branch_2":"",
|
||||
"arguments":"",
|
||||
"outputs_from":""
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
}
|
Loading…
Reference in new issue