Advertisement
xmove01

builder example

May 16th, 2023
637
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "botId": 2304,
  3.     "nodes": [
  4.         {
  5.             "width": 80,
  6.             "height": 45,
  7.             "id": "1",
  8.             "type": "Start",
  9.             "position": {
  10.                 "x": 10,
  11.                 "y": 10
  12.             },
  13.             "data": {},
  14.             "positionAbsolute": {
  15.                 "x": 10,
  16.                 "y": 10
  17.             }
  18.         },
  19.         {
  20.             "width": 250,
  21.             "height": 138,
  22.             "id": "2",
  23.             "type": "Message",
  24.             "selected": false,
  25.             "position": {
  26.                 "x": 200,
  27.                 "y": 100
  28.             },
  29.             "data": {
  30.                 "nodes": [
  31.                     {
  32.                         "id": "sub_node_1",
  33.                         "type": "Text",
  34.                         "content": {
  35.                             "text": "123",
  36.                             "type": ""
  37.                         },
  38.                         "buttons": [],
  39.                         "state": {}
  40.                     }
  41.                 ]
  42.             },
  43.             "positionAbsolute": {
  44.                 "x": 200,
  45.                 "y": 100
  46.             }
  47.         },
  48.         {
  49.             "width": 250,
  50.             "height": 179,
  51.             "id": "chain_node_8c218fb9-097b-4cd5-bcae-2e7e5018f234",
  52.             "type": "Filter",
  53.             "selected": true,
  54.             "position": {
  55.                 "x": 613,
  56.                 "y": 298.5
  57.             },
  58.             "data": {
  59.                 "nodes": [
  60.                     {
  61.                         "id": "sub_node_c21acf36-66a5-4afa-8899-58b99c1a8ab5",
  62.                         "content": {
  63.                             "id": "sub_node_0faee096-3ac0-46cf-a7c8-0b543f18abb3",
  64.                             "isConnectable": true,
  65.                             "type": "AND",
  66.                             "conditions": [
  67.                                 {
  68.                                     "id": "condition_a5dd701d-0bbf-4a33-ab41-1cd4a22c18dd",
  69.                                     "condition": "dayOfWeek",
  70.                                     "option": "Equal",
  71.                                     "value": [
  72.                                         "0",
  73.                                         "2",
  74.                                         "3",
  75.                                         "5"
  76.                                     ],
  77.                                     "variableName": "dayOfWeek",
  78.                                     "dateFrom": "2023-05-16T16:20:53.210Z",
  79.                                     "dateTo": "2023-05-16T16:20:53.210Z"
  80.                                 }
  81.                             ]
  82.                         }
  83.                     }
  84.                 ]
  85.             },
  86.             "dragging": false,
  87.             "positionAbsolute": {
  88.                 "x": 613,
  89.                 "y": 298.5
  90.             }
  91.         }
  92.     ],
  93.     "edges": [
  94.         {
  95.             "source": "1",
  96.             "sourceHandle": null,
  97.             "target": "2",
  98.             "targetHandle": "major",
  99.             "id": "reactflow__edge-1-2major"
  100.         },
  101.         {
  102.             "source": "2",
  103.             "sourceHandle": null,
  104.             "target": "chain_node_8c218fb9-097b-4cd5-bcae-2e7e5018f234",
  105.             "targetHandle": "major",
  106.             "id": "reactflow__edge-2-chain_node_8c218fb9-097b-4cd5-bcae-2e7e5018f234major"
  107.         }
  108.     ],
  109.     "name": "Цепочка 16.05, 19:20"
  110. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement