From bfa4e7c57a0bfedf8c1803caa222252754389d34 Mon Sep 17 00:00:00 2001 From: njl <1012408214@qq.com> Date: Thu, 10 Oct 2024 16:29:01 +0800 Subject: [PATCH] =?UTF-8?q?=20=E8=A6=81=E6=8F=90=E4=BA=A4=E7=9A=84?= =?UTF-8?q?=E5=8F=98=E6=9B=B4=EF=BC=9A=20=09=E6=96=B0=E6=96=87=E4=BB=B6?= =?UTF-8?q?=EF=BC=9A=20=20=20function=5Fmodules/noop/test1.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- function_modules/noop/test1.json | 62 ++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 function_modules/noop/test1.json 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