{ "nodes": [ { "id": "start", "type": "start", "initialized": false, "position": { "x": 0, "y": 172 }, "data": { "nodeMeta": { "category": "basic", "label": "开始节点", "icon": "https://api.iconify.design/tabler/circle-check.svg?color=white", "iconColor": "#52C41A", "showEditBtn": false, "showRunBtn": false }, "formData": { "input": { "value": [ { "label": "brand_id", "required": true, "type": [ "number" ], "desc": "", "children": [], "_isExpanded": false }, { "label": "pos_sn", "required": true, "type": [ "string" ], "desc": "", "defaultVal": null, "children": [], "_isExpanded": false, "_id": "mn72pics-394e1a534b6u4l56" }, { "label": "user_id", "required": true, "type": [ "number" ], "desc": "", "children": [], "_id": "mlj3r3r0-33z1j3n5f6g5t1s" } ], "type": "defineVar", "label": "输入变量", "scope": "nextNodes" } } }, "deletable": false, "targetPosition": "left", "sourcePosition": "right" }, { "id": "end", "type": "end", "initialized": false, "position": { "x": 3032.1285615387983, "y": 584.0086439118434 }, "data": { "nodeMeta": { "category": "basic", "label": "结束节点", "icon": "https://api.iconify.design/tabler/square-rounded-arrow-down.svg?color=white", "iconColor": "#FA8C16", "showEditBtn": false, "showRunBtn": false }, "formData": { "output": { "value": [ { "label": "", "required": false, "type": [ "string" ], "desc": "", "defaultVal": null, "children": [], "isRef": true } ], "type": "declareVar", "label": "输出" } } }, "deletable": false, "targetPosition": "left", "sourcePosition": "right" }, { "id": "node_mn72gsen-2q151u70g4l3g5e", "type": "query-data", "initialized": false, "position": { "x": 370, "y": 0 }, "data": { "nodeMeta": { "category": "database", "label": "根据机具SN查询机具数据", "icon": "https://api.iconify.design/tabler/search.svg?color=white", "iconColor": "#1890FF", "showEditBtn": true, "showRunBtn": true }, "formData": { "dbLabel": { "value": { "dbTableId": 5838, "dbId": 214 }, "type": "database", "label": "数据表" }, "queryField": { "value": [ "node_mn72gsen-2q151u70g4l3g5e::injected.is_act", "node_mn72gsen-2q151u70g4l3g5e::injected.bind_time", "node_mn72gsen-2q151u70g4l3g5e::injected.pos_type", "node_mn72gsen-2q151u70g4l3g5e::injected.act_time", "node_mn72gsen-2q151u70g4l3g5e::injected.leader_id", "node_mn72gsen-2q151u70g4l3g5e::injected.merchant_id" ], "type": "selectVar", "label": "查询字段" }, "ifelse": { "value": [ { "conditions": [ { "operator": "equal", "value": "start::input.pos_sn", "variable": "node_mn72gsen-2q151u70g4l3g5e::injected.pos_type", "isRef": true } ], "logic": "and", "_id": "swapy-item-_mn72mbu1-3m4w91s3w201f55" } ], "type": "ifelse", "label": "查询条件" }, "sort": { "value": [ { "variable": "node_mn72gsen-2q151u70g4l3g5e::injected.id", "sort": "desc" } ], "type": "sort", "label": "排序" }, "queryLimit": { "value": 100, "type": "number", "label": "查询上限" }, "output": { "value": [ { "label": "is_act", "required": false, "type": [ "number" ], "desc": "", "children": [], "_id": "mn745pkd-6u1y4j2w3j6n2r4n", "isRef": true, "value": "node_mn72gsen-2q151u70g4l3g5e::injected.is_act" }, { "label": "bind_time", "required": false, "type": [ "time" ], "desc": "", "children": [], "_id": "mn746w0x-4aa4g6a62582q6y", "isRef": true, "value": "node_mn72gsen-2q151u70g4l3g5e::injected.bind_time" }, { "label": "act_time", "required": false, "type": [ "time" ], "desc": "", "children": [], "_id": "mn7485fk-4n4l2m1b6v5t201x", "isRef": true, "value": "node_mn72gsen-2q151u70g4l3g5e::injected.act_time" }, { "label": "pos_type", "required": false, "type": [ "number" ], "desc": "", "children": [], "_id": "mn746eig-3f682z3r3z3x12m", "isRef": true, "value": "node_mn72gsen-2q151u70g4l3g5e::injected.pos_type" }, { "label": "leader_id", "required": false, "type": [ "number" ], "desc": "", "children": [], "_isExpanded": false, "_id": "mn74a05x-je94q3f5s18", "isRef": true, "value": "node_mn72gsen-2q151u70g4l3g5e::injected.leader_id" } ], "type": "declareVar", "label": "输出", "scope": "nextNodes" } } }, "zIndex": 0, "targetPosition": "left", "sourcePosition": "right" }, { "id": "node_mn72zfcz-53421b55454y5668", "type": "sql-execute", "initialized": false, "position": { "x": 370, "y": 172 }, "data": { "nodeMeta": { "category": "database", "label": "查询商户绑定30天到60天交易额", "icon": "https://api.iconify.design/tabler/database.svg?color=white", "iconColor": "#1677FF", "showEditBtn": true, "showRunBtn": true }, "formData": { "dbLabel": { "value": { "dbTableId": "", "dbId": "" }, "type": "database", "label": "数据表" }, "sql": { "value": { "code": { "language": "", "content": "select \n(select sum(trade_amt) from kxs_stat.kxs_merchant_trade_#{now,-1,MONTH,yyyyMM}# where merchant_id=${merchant_id} and update_time>='#{${bind_time},31,DAY}#' and update_time<='#{${bind_time},60,DAY}#')\n+\n(select sum(trade_amt) from kxs_stat.kxs_merchant_trade_#{now,yyyyMM}# where merchant_id=${merchant_id} and update_time>='#{${bind_time},31,DAY}#' and update_time<='#{${bind_time},60,DAY}#') \ntrade_amt" }, "inputVar": [] }, "type": "code", "label": "SQL" }, "output": { "value": [ { "label": "trade_amt", "required": false, "type": [ "number" ], "desc": "", "children": [], "_id": "mn7463zh-6s6y49mv33305t" } ], "type": "declareVar", "label": "输出", "scope": "nextNodes" } } }, "zIndex": 0, "targetPosition": "left", "sourcePosition": "right" }, { "id": "node_mn741kd4-360566q2423q3r", "type": "sql-execute", "initialized": false, "position": { "x": 370, "y": 332 }, "data": { "nodeMeta": { "category": "database", "label": "查询奖励发放情况", "icon": "https://api.iconify.design/tabler/database.svg?color=white", "iconColor": "#1677FF", "showEditBtn": true, "showRunBtn": true }, "formData": { "dbLabel": { "value": { "dbTableId": "", "dbId": "" }, "type": "database", "label": "数据表" }, "sql": { "value": { "code": { "language": "", "content": "select count(1) is_prize from kxs_machine_award where machine_id in (select machine_id from kxs_merchant where merchant_no in (select merchant_no from kxs_merchant where machine_id=(select id from kxs_machine where pos_sn='${pos_sn}' and brand_id=200)) and machine_id>0) and variation_type=141" }, "inputVar": [] }, "type": "code", "label": "SQL" }, "output": { "value": [ { "label": "is_prize", "required": false, "type": [ "number" ], "desc": "", "children": [], "_id": "mn7497f9-6e32446a1zgv37" } ], "type": "declareVar", "label": "输出", "scope": "nextNodes" } } }, "zIndex": 0, "targetPosition": "left", "sourcePosition": "right" }, { "id": "node_mn744auf-3t1d4o4d6w4j525v", "type": "ifelse", "initialized": false, "position": { "x": 740, "y": 18 }, "data": { "nodeMeta": { "category": "logic", "label": "判断发放条件是否满足", "icon": "https://api.iconify.design/tabler/git-branch.svg?color=white", "iconColor": "#1890FF", "showEditBtn": true, "showRunBtn": true }, "formData": { "ifelse": { "value": [ { "conditions": [ { "operator": "equal", "value": "1", "variable": "node_mn72gsen-2q151u70g4l3g5e::output.is_act", "isRef": false }, { "operator": "greater_equal", "value": "10000", "variable": "node_mn72zfcz-53421b55454y5668::output.trade_amt", "isRef": false }, { "operator": "less", "value": "99", "variable": "node_mn72gsen-2q151u70g4l3g5e::output.pos_type", "isRef": false }, { "operator": "date_between", "value": "#{now,-60,DAY}# - #{now,-31,DAY}#", "variable": "node_mn72gsen-2q151u70g4l3g5e::output.bind_time", "isRef": false }, { "operator": "date_after", "value": "2025-01-01", "variable": "node_mn72gsen-2q151u70g4l3g5e::output.act_time", "isRef": false }, { "operator": "equal", "value": "0", "variable": "node_mn741kd4-360566q2423q3r::output.is_prize", "isRef": false }, { "operator": "equal", "value": "0", "variable": "node_mn72gsen-2q151u70g4l3g5e::output.leader_id", "isRef": false } ], "logic": "and", "_id": "swapy-item-_mn7451f6-p6f6h5cd4b312" }, { "conditions": [ { "operator": "date_after", "value": "2026-04-01", "variable": "node_mn72gsen-2q151u70g4l3g5e::output.bind_time", "isRef": false } ], "logic": "or", "_id": "swapy-item-_mnh7y4dm-5j3i2r29183m3l6o" } ], "type": "ifelse", "label": "条件分支" } } }, "zIndex": 0, "targetPosition": "left", "sourcePosition": "right" }, { "id": "node_mn74w4iq-1858481e3e6r4z4m", "type": "iteration", "initialized": false, "position": { "x": 1138.3848275862074, "y": -83.53655172413795 }, "data": { "nodeMeta": { "category": "logic", "label": "迭代", "icon": "https://api.iconify.design/tabler/repeat.svg?color=white", "iconColor": "#1890FF", "showEditBtn": true, "showRunBtn": true }, "formData": { "input": { "value": "start::input.user_id", "type": "selectVar", "label": "输入变量" }, "output": { "value": [ { "label": "", "required": false, "type": [ "string" ], "desc": "", "defaultVal": null, "children": [] } ], "type": "selectOutput", "label": "输出变量", "scope": "nextNodes" } } }, "zIndex": 0, "style": { "width": "1124.08988405629px", "height": "339.0067442198491px" }, "targetPosition": "left", "sourcePosition": "right" }, { "id": "node_mn74w4iq-1858481e3e6r4z4m-child-start-node", "type": "child_start", "draggable": false, "initialized": false, "position": { "x": 20, "y": 55 }, "data": { "nodeMeta": { "category": "basic", "label": "子流程开始节点", "icon": "https://api.iconify.design/tabler/smart-home.svg?color=white", "iconColor": "#3B82F6", "showEditBtn": false, "showRunBtn": false, "showIcon": true, "showLabel": false }, "formData": { "node_mn74w4iq-1858481e3e6r4z4m-child-start-node": { "label": "迭代", "type": "defineVar", "value": [ { "label": "user_id", "required": false, "value": "start::input.user_id", "type": [ "number" ], "desc": "", "defaultVal": null, "children": [], "isRef": true } ] } } }, "parentNode": "node_mn74w4iq-1858481e3e6r4z4m", "deletable": false, "extent": { "range": "parent", "padding": [ 55, 20, 20 ] }, "class": "start-child-node", "zIndex": 1000 }, { "id": "node_mn74w4iq-1858481e3e6r4z4m-node_mn74wcl6-3m322n1t2r2c553g", "type": "query-data", "initialized": false, "position": { "x": 128.74334435926426, "y": 50 }, "data": { "nodeMeta": { "category": "database", "label": "查询创客信息", "icon": "https://api.iconify.design/tabler/search.svg?color=white", "iconColor": "#1890FF", "showEditBtn": true, "showRunBtn": true }, "formData": { "dbLabel": { "value": { "dbTableId": 5829, "dbId": 213 }, "type": "database", "label": "数据表" }, "queryField": { "value": [ "node_mn74w4iq-1858481e3e6r4z4m-node_mn74wcl6-3m322n1t2r2c553g::injected.status", "node_mn74w4iq-1858481e3e6r4z4m-node_mn74wcl6-3m322n1t2r2c553g::injected.id" ], "type": "selectVar", "label": "查询字段" }, "ifelse": { "value": [ { "conditions": [ { "operator": "equal", "value": "node_mn74w4iq-1858481e3e6r4z4m-child-start-node::node_mn74w4iq-1858481e3e6r4z4m-child-start-node.user_id", "variable": "node_mn74w4iq-1858481e3e6r4z4m-node_mn74wcl6-3m322n1t2r2c553g::injected.id", "isRef": true } ], "logic": "or", "_id": "swapy-item-_mn755t2t-6l264wy5h1j1ey" } ], "type": "ifelse", "label": "查询条件" }, "sort": { "value": [], "type": "sort", "label": "排序" }, "queryLimit": { "value": 100, "type": "number", "label": "查询上限" }, "output": { "value": [ { "label": "user_id", "required": false, "type": [ "number" ], "desc": "", "children": [], "isRef": true, "value": "node_mn74w4iq-1858481e3e6r4z4m-node_mn74wcl6-3m322n1t2r2c553g::injected.id" }, { "label": "status", "required": false, "type": [ "number" ], "desc": "", "children": [], "_id": "mn75gcqn-6r6p4w4s4p54m20", "isRef": true, "value": "node_mn74w4iq-1858481e3e6r4z4m-node_mn74wcl6-3m322n1t2r2c553g::injected.status" } ], "type": "declareVar", "label": "输出", "scope": "nextNodes" } } }, "extent": { "range": "parent", "padding": [ 55, 20, 20 ] }, "parentNode": "node_mn74w4iq-1858481e3e6r4z4m", "zIndex": 1000 }, { "id": "node_mn74w4iq-1858481e3e6r4z4m-node_mn74whx5-2723d1q3x23x30", "type": "query-data", "initialized": false, "position": { "x": 128.74334435926426, "y": 179.00674421984908 }, "data": { "nodeMeta": { "category": "database", "label": "查询运营中心数据", "icon": "https://api.iconify.design/tabler/search.svg?color=white", "iconColor": "#1890FF", "showEditBtn": true, "showRunBtn": true }, "formData": { "dbLabel": { "value": { "dbTableId": 5994, "dbId": 213 }, "type": "database", "label": "数据表" }, "queryField": { "value": [ "node_mn74w4iq-1858481e3e6r4z4m-node_mn74whx5-2723d1q3x23x30::injected.expired_date", "node_mn74w4iq-1858481e3e6r4z4m-node_mn74whx5-2723d1q3x23x30::injected.leader_type" ], "type": "selectVar", "label": "查询字段" }, "ifelse": { "value": [ { "conditions": [ { "operator": "equal", "value": "node_mn74w4iq-1858481e3e6r4z4m-node_mn74whx5-2723d1q3x23x30::injected.user_id", "variable": "node_mn74w4iq-1858481e3e6r4z4m-node_mn74whx5-2723d1q3x23x30::injected.id", "isRef": true } ], "logic": "or", "_id": "swapy-item-_mn7587lg-2t5m5u106o1so26" } ], "type": "ifelse", "label": "查询条件" }, "sort": { "value": [], "type": "sort", "label": "排序" }, "queryLimit": { "value": 100, "type": "number", "label": "查询上限" }, "output": { "value": [ { "label": "leader_type", "required": false, "type": [ "number" ], "desc": "", "children": [], "_id": "mn75gjht-2bj5m48304i3k3p", "isRef": true, "value": "node_mn74w4iq-1858481e3e6r4z4m-node_mn74whx5-2723d1q3x23x30::injected.leader_type" }, { "label": "expired_date", "required": false, "type": [ "time" ], "desc": "", "children": [], "_id": "mn75goi0-2bkg3d2r154l3f", "isRef": true, "value": "node_mn74w4iq-1858481e3e6r4z4m-node_mn74whx5-2723d1q3x23x30::injected.expired_date" } ], "type": "declareVar", "label": "输出", "scope": "nextNodes" } } }, "extent": { "range": "parent", "padding": [ 55, 20, 20 ] }, "parentNode": "node_mn74w4iq-1858481e3e6r4z4m", "zIndex": 1000 }, { "id": "node_mn74w4iq-1858481e3e6r4z4m-node_mn74zx0x-4h492v3n2x46l3b", "type": "ifelse", "initialized": false, "position": { "x": 567.8813520348228, "y": 55 }, "data": { "nodeMeta": { "category": "logic", "label": "创客条件判断", "icon": "https://api.iconify.design/tabler/git-branch.svg?color=white", "iconColor": "#1890FF", "showEditBtn": true, "showRunBtn": true }, "formData": { "ifelse": { "value": [ { "conditions": [ { "operator": "equal", "value": "1", "variable": "node_mn74w4iq-1858481e3e6r4z4m-node_mn74wcl6-3m322n1t2r2c553g::output.status", "isRef": false }, { "operator": "greater_equal", "value": "1", "variable": "node_mn74w4iq-1858481e3e6r4z4m-node_mn74whx5-2723d1q3x23x30::output.leader_type", "isRef": false }, { "operator": "date_after", "value": "#{now}#", "variable": "node_mn74w4iq-1858481e3e6r4z4m-node_mn74whx5-2723d1q3x23x30::output.expired_date", "isRef": false } ], "logic": "or", "_id": "swapy-item-_mn75g8lb-1od1m2u2r145r6x" } ], "type": "ifelse", "label": "条件分支" } } }, "extent": { "range": "parent", "padding": [ 55, 20, 20 ] }, "parentNode": "node_mn74w4iq-1858481e3e6r4z4m", "zIndex": 1000 }, { "id": "node_mn75afmt-5n353z3t5b333x1v", "type": "http-request", "initialized": false, "position": { "x": 2571.1117837269417, "y": 295.7090597204574 }, "data": { "nodeMeta": { "category": "tool", "label": "HTTP请求", "icon": "https://api.iconify.design/tabler/world.svg?color=white", "iconColor": "#1890FF", "showEditBtn": true, "showRunBtn": true }, "formData": { "requestMethod": { "value": "POST", "type": "select", "label": "请求方法" }, "requestApi": { "value": "http://test-kxs-gateway.kexiaoshuang.com/v1/kxs/userServer/userAccount/sendPrize", "type": "inputTagVar", "label": "请求路径" }, "requestParams": { "value": [ { "label": "prize_amt", "required": false, "type": [ "string" ], "desc": "", "defaultVal": null, "children": [], "isRef": false, "value": "50" } ], "type": "declareVar", "label": "请求参数" }, "requestHeaders": { "value": [], "type": "declareVar", "label": "请求头" }, "token": { "value": { "authOpen": true, "authType": "bearer_token", "authData": { "apiKey": "", "header": "" } }, "type": "token", "label": "鉴权" }, "requestBody": { "value": { "bodyType": "json", "bodyData": { "xWwwFormUrlencoded": [], "json": "{\"prize_date\":\"#{now}#\",\"prize_name\":\"运营中心奖\",\"prize_code\":\"141\",\"batch_no\":\"#{now,yyyyMMddHHmmssfff}#\",\"request_param_field\":\"{\\\"brand_id\\\":${brand_id},\\\"ext_field\\\":\\\"\\\",\\\"pos_sn\\\":\\\"${pos_sn}\\\",\\\"user_id\\\":${user_id}}\",\"prize_list\":[{\"prize_amount\":10.00,\"prize_obj\":\"${user_id}\"}]}" } }, "type": "requestBody", "label": "请求体" }, "requestTimeout": { "value": 120, "type": "number", "label": "超时时间(秒)" }, "retryCount": { "value": 3, "type": "number", "label": "重试次数" }, "output": { "value": [ { "label": "status", "type": [ "number" ], "desc": "状态码", "isRef": false }, { "label": "msg", "type": [ "string" ], "desc": "响应头", "isRef": false }, { "label": "data", "type": [ "object" ], "desc": "响应体", "isRef": false, "value": "" } ], "type": "declareVar", "label": "输出", "scope": "nextNodes" } } }, "zIndex": 0, "targetPosition": "left", "sourcePosition": "right" }, { "id": "node_mnh7zme8-a1k2t6l2p48848", "type": "code-execute", "initialized": false, "position": { "x": 1138.3848275862074, "y": 282 }, "data": { "nodeMeta": { "category": "logic", "label": "代码执行", "icon": "https://api.iconify.design/tabler/code.svg?color=white", "iconColor": "#722ED1", "showEditBtn": true, "showRunBtn": true }, "formData": { "code": { "value": { "code": { "language": "", "content": "test" }, "inputVar": [] }, "type": "code", "label": "代码" }, "output": { "value": [], "type": "defineVar", "label": "输出变量", "scope": "nextNodes" } } }, "zIndex": 0 }, { "id": "node_mn74w4iq-1858481e3e6r4z4m-node_mnic8n7z-x424f356gl444n", "type": "break", "initialized": false, "position": { "x": 938.03506637078, "y": 159.46262341885748 }, "data": { "nodeMeta": { "category": "basic", "label": "跳出循环", "icon": "https://api.iconify.design/tabler/arrow-right-circle.svg?color=white", "iconColor": "#FF4D4F", "showEditBtn": false, "showRunBtn": false } }, "style": { "minHeight": "auto", "width": "140px" }, "extent": { "range": "parent", "padding": [ 55, 20, 20 ] }, "parentNode": "node_mn74w4iq-1858481e3e6r4z4m", "zIndex": 1000 } ], "edges": [ { "id": "vueflow__edge-start-node_mn72gsen-2q151u70g4l3g5e", "type": "base-edge", "source": "start", "target": "node_mn72gsen-2q151u70g4l3g5e", "data": {}, "label": "", "zIndex": 0, "sourceX": 322.5, "sourceY": 227, "targetX": 367.5, "targetY": 61, "animated": false, "style": { "stroke": "", "strokeWidth": "" } }, { "id": "vueflow__edge-start-node_mn72zfcz-53421b55454y5668", "type": "base-edge", "source": "start", "target": "node_mn72zfcz-53421b55454y5668", "data": {}, "label": "", "zIndex": 0, "sourceX": 322.5, "sourceY": 227, "targetX": 367.5, "targetY": 227, "animated": false, "style": { "stroke": "", "strokeWidth": "" } }, { "id": "vueflow__edge-start-node_mn741kd4-360566q2423q3r", "type": "base-edge", "source": "start", "target": "node_mn741kd4-360566q2423q3r", "data": {}, "label": "", "zIndex": 0, "sourceX": 322.5, "sourceY": 227, "targetX": 367.5, "targetY": 387, "animated": false, "style": { "stroke": "", "strokeWidth": "" } }, { "id": "vueflow__edge-node_mn72gsen-2q151u70g4l3g5e-node_mn744auf-3t1d4o4d6w4j525v", "type": "base-edge", "source": "node_mn72gsen-2q151u70g4l3g5e", "target": "node_mn744auf-3t1d4o4d6w4j525v", "data": {}, "label": "", "zIndex": 0, "sourceX": 692.5, "sourceY": 61, "targetX": 737.5, "targetY": 252, "animated": false, "style": { "stroke": "", "strokeWidth": "" } }, { "id": "vueflow__edge-node_mn72zfcz-53421b55454y5668-node_mn744auf-3t1d4o4d6w4j525v", "type": "base-edge", "source": "node_mn72zfcz-53421b55454y5668", "target": "node_mn744auf-3t1d4o4d6w4j525v", "sourceHandle": null, "targetHandle": null, "data": {}, "label": "", "zIndex": 0, "sourceX": 692.5, "sourceY": 227, "targetX": 737.5, "targetY": 252, "animated": false, "style": { "stroke": "", "strokeWidth": "" } }, { "id": "vueflow__edge-node_mn741kd4-360566q2423q3r-node_mn744auf-3t1d4o4d6w4j525v", "type": "base-edge", "source": "node_mn741kd4-360566q2423q3r", "target": "node_mn744auf-3t1d4o4d6w4j525v", "sourceHandle": null, "targetHandle": null, "data": {}, "label": "", "zIndex": 0, "sourceX": 692.5, "sourceY": 387, "targetX": 737.5, "targetY": 252, "animated": false, "style": { "stroke": "", "strokeWidth": "" } }, { "id": "vueflow__edge-node_mn744auf-3t1d4o4d6w4j525vcondition-else-end", "type": "base-edge", "source": "node_mn744auf-3t1d4o4d6w4j525v", "target": "end", "sourceHandle": "condition-else", "targetHandle": null, "data": {}, "label": "", "zIndex": 0, "sourceX": 1062.5, "sourceY": 455, "targetX": 3029.6285615387983, "targetY": 639.0086439118434, "animated": false, "style": { "stroke": "", "strokeWidth": "" } }, { "id": "vueflow__edge-node_mn744auf-3t1d4o4d6w4j525vcondition-0-node_mn74w4iq-1858481e3e6r4z4m", "type": "base-edge", "source": "node_mn744auf-3t1d4o4d6w4j525v", "target": "node_mn74w4iq-1858481e3e6r4z4m", "sourceHandle": "condition-0", "data": {}, "label": "", "zIndex": 0, "sourceX": 1062.5, "sourceY": 222, "targetX": 1135.8848275862074, "targetY": 85.96344827586205, "animated": false, "style": { "stroke": "", "strokeWidth": "" } }, { "id": "vueflow__edge-node_mn74w4iq-1858481e3e6r4z4m-child-start-node-node_mn74w4iq-1858481e3e6r4z4m-node_mn74whx5-2723d1q3x23x30", "type": "base-edge", "source": "node_mn74w4iq-1858481e3e6r4z4m-child-start-node", "target": "node_mn74w4iq-1858481e3e6r4z4m-node_mn74whx5-2723d1q3x23x30", "data": {}, "label": "", "zIndex": 1003, "sourceX": 1220.8848275862074, "sourceY": 1.4634482758620493, "targetX": 1264.6281719454716, "targetY": 150.47019249571113, "animated": false, "style": { "stroke": "", "strokeWidth": "" } }, { "id": "vueflow__edge-node_mn74w4iq-1858481e3e6r4z4m-child-start-node-node_mn74w4iq-1858481e3e6r4z4m-node_mn74wcl6-3m322n1t2r2c553g", "type": "base-edge", "source": "node_mn74w4iq-1858481e3e6r4z4m-child-start-node", "target": "node_mn74w4iq-1858481e3e6r4z4m-node_mn74wcl6-3m322n1t2r2c553g", "sourceHandle": null, "targetHandle": null, "data": {}, "label": "", "zIndex": 1003, "sourceX": 1220.8848275862074, "sourceY": 1.4634482758620493, "targetX": 1264.6281719454716, "targetY": 21.46344827586205, "animated": false, "style": { "stroke": "", "strokeWidth": "" } }, { "id": "vueflow__edge-node_mn74w4iq-1858481e3e6r4z4m-node_mn74wcl6-3m322n1t2r2c553g-node_mn74w4iq-1858481e3e6r4z4m-node_mn74zx0x-4h492v3n2x46l3b", "type": "base-edge", "source": "node_mn74w4iq-1858481e3e6r4z4m-node_mn74wcl6-3m322n1t2r2c553g", "target": "node_mn74w4iq-1858481e3e6r4z4m-node_mn74zx0x-4h492v3n2x46l3b", "data": {}, "label": "", "zIndex": 1003, "sourceX": 1589.6281719454716, "sourceY": 21.46344827586205, "targetX": 1703.7661796210302, "targetY": 71.46344827586205, "animated": false, "style": { "stroke": "", "strokeWidth": "" } }, { "id": "vueflow__edge-node_mn74w4iq-1858481e3e6r4z4m-node_mn75afmt-5n353z3t5b333x1v", "type": "base-edge", "source": "node_mn74w4iq-1858481e3e6r4z4m", "target": "node_mn75afmt-5n353z3t5b333x1v", "data": {}, "label": "", "zIndex": 0, "sourceX": 2264.970643015895, "sourceY": 85.96344827586205, "targetX": 2568.6117837269417, "targetY": 350.7090597204574, "animated": false, "style": { "stroke": "", "strokeWidth": "" } }, { "id": "vueflow__edge-node_mn74w4iq-1858481e3e6r4z4m-node_mn74whx5-2723d1q3x23x30-node_mn74w4iq-1858481e3e6r4z4m-node_mn74zx0x-4h492v3n2x46l3b", "type": "base-edge", "source": "node_mn74w4iq-1858481e3e6r4z4m-node_mn74whx5-2723d1q3x23x30", "target": "node_mn74w4iq-1858481e3e6r4z4m-node_mn74zx0x-4h492v3n2x46l3b", "sourceHandle": null, "targetHandle": null, "data": {}, "label": "", "zIndex": 1003, "sourceX": 1589.6281719454716, "sourceY": 150.47019249571113, "targetX": 1703.7661796210302, "targetY": 71.46344827586205, "animated": false, "style": { "stroke": "", "strokeWidth": "" } }, { "id": "vueflow__edge-node_mn75afmt-5n353z3t5b333x1v-end", "type": "base-edge", "source": "node_mn75afmt-5n353z3t5b333x1v", "target": "end", "sourceHandle": null, "targetHandle": null, "data": {}, "label": "", "zIndex": 0, "sourceX": 2893.6117837269417, "sourceY": 350.7090597204574, "targetX": 3029.6285615387983, "targetY": 639.0086439118434, "animated": false, "style": { "stroke": "", "strokeWidth": "" } }, { "id": "vueflow__edge-node_mn744auf-3t1d4o4d6w4j525vcondition-1-node_mnh7zme8-a1k2t6l2p48848", "type": "base-edge", "source": "node_mn744auf-3t1d4o4d6w4j525v", "target": "node_mnh7zme8-a1k2t6l2p48848", "sourceHandle": "condition-1", "data": {}, "label": "", "zIndex": 0, "sourceX": 1062.5, "sourceY": 413, "targetX": 1135.8848275862074, "targetY": 337, "animated": false, "style": { "stroke": "", "strokeWidth": "" } }, { "id": "vueflow__edge-node_mn74w4iq-1858481e3e6r4z4m-node_mn74zx0x-4h492v3n2x46l3bcondition-0-node_mn74w4iq-1858481e3e6r4z4m-node_mnic8n7z-x424f356gl444n", "type": "base-edge", "source": "node_mn74w4iq-1858481e3e6r4z4m-node_mn74zx0x-4h492v3n2x46l3b", "target": "node_mn74w4iq-1858481e3e6r4z4m-node_mnic8n7z-x424f356gl444n", "sourceHandle": "condition-0", "data": {}, "label": "", "zIndex": 1003, "sourceX": 2028.7661796210302, "sourceY": 66.46344827586205, "targetX": 2073.9198939569874, "targetY": 99.92607169471952, "animated": false, "style": { "stroke": "", "strokeWidth": "" } } ], "position": [ 157, 287.67568300805954 ], "zoom": 0.4695523966650771, "viewport": { "x": 157, "y": 287.67568300805954, "zoom": 0.4695523966650771 } }