diff --git a/function_modules/noop/test1.json b/function_modules/noop/test1.json new file mode 100644 index 0000000..988f6c3 --- /dev/null +++ b/function_modules/noop/test1.json @@ -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":"" + } + } + ] + +} \ No newline at end of file