diff --git a/code/co.first.flow b/code/co.first.flow new file mode 100644 index 0000000..39babe7 --- /dev/null +++ b/code/co.first.flow @@ -0,0 +1,3 @@ +Flow co.first + Basepath "" +Log "@info infoooooo" \ No newline at end of file diff --git a/code/co.first.json b/code/co.first.json new file mode 100644 index 0000000..0d8a5e5 --- /dev/null +++ b/code/co.first.json @@ -0,0 +1,111 @@ +{ + "nodes": [ + { + "width": 170, + "height": 121, + "id": "Agama-log-Node-1d1eedd1-273e-48cd-8cbf-3382dc9e01b2", + "position": { + "x": 299, + "y": 134 + }, + "type": "log", + "data": { + "id": "Agama-log-Node-1d1eedd1-273e-48cd-8cbf-3382dc9e01b2", + "type": "Agama-log-Node", + "parentId": "Agama-start-Flow-eabad2e6-6f47-4934-8d05-3a818ee83319", + "whenCondition": "", + "inRepeatBlock": false, + "position": { + "x": 299, + "y": 134 + }, + "agamaData": { + "id": "Agama-log-Node-1d1eedd1-273e-48cd-8cbf-3382dc9e01b2", + "parentId": "Agama-start-Flow-eabad2e6-6f47-4934-8d05-3a818ee83319", + "type": "Agama-log-Node", + "displayName": "gooddd", + "hasComment": true, + "comment": "", + "whenCondition": "", + "inRepeatBlock": false, + "logMessage": "\"infoooooo\"", + "logLevel": "info", + "nodeIcon": "icon-park:log" + }, + "skake": false + }, + "selected": true, + "dragging": false, + "positionAbsolute": { + "x": 299, + "y": 134 + } + }, + { + "width": 170, + "height": 121, + "id": "Agama-start-Flow-eabad2e6-6f47-4934-8d05-3a818ee83319", + "type": "start", + "sourcePosition": "right", + "data": { + "id": "Agama-start-Flow-eabad2e6-6f47-4934-8d05-3a818ee83319", + "type": "Agama-start-Flow", + "position": { + "x": 99, + "y": 134 + }, + "inRepeatBlock": false, + "agamaData": { + "id": "Agama-start-Flow-eabad2e6-6f47-4934-8d05-3a818ee83319", + "type": "Agama-start-Flow", + "displayName": "first", + "hasComment": true, + "comment": "", + "isTopLevelFlow": true, + "basepath": "", + "configParams": "{}", + "nodeIcon": "ic:outline-star", + "timeout": "", + "inputs": "", + "configs": "", + "flowname": "co.first" + }, + "skake": false + }, + "position": { + "x": 99, + "y": 134 + }, + "selected": false, + "positionAbsolute": { + "x": 99, + "y": 134 + }, + "dragging": false + } + ], + "edges": [ + { + "id": "Agama-start-Flow-eabad2e6-6f47-4934-8d05-3a818ee83319-Agama-log-Node-1d1eedd1-273e-48cd-8cbf-3382dc9e01b2-37ff59bd-a521-4d1e-9514-269881a069b3", + "type": "straight", + "source": "Agama-start-Flow-eabad2e6-6f47-4934-8d05-3a818ee83319", + "target": "Agama-log-Node-1d1eedd1-273e-48cd-8cbf-3382dc9e01b2", + "label": "", + "labelBgPadding": [ + 8, + 4 + ], + "labelBgBorderRadius": 4, + "labelBgStyle": { + "fill": "#FFCC00", + "color": "#fff", + "fillOpacity": 0.7 + } + } + ], + "viewport": { + "x": 201, + "y": 23, + "zoom": 1 + } +} \ No newline at end of file diff --git a/project.json b/project.json index 1deabb7..edd8e59 100644 --- a/project.json +++ b/project.json @@ -13,7 +13,8 @@ ], "noDirectLaunch": [], "configs": { - "kdhttps.tunneling.co.basic": {} + "kdhttps.tunneling.co.basic": {}, + "co.first": {} }, "name": "first" } \ No newline at end of file