-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflow.json
81 lines (81 loc) · 1.7 KB
/
flow.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
[
{ "id": "f4d92134.a28bd", "type": "tab", "label": "Flow 1", "disabled": false, "info": "" },
{
"id": "90080bd6.b68508",
"type": "magento-eqp-callback-parser",
"z": "f4d92134.a28bd",
"name": "",
"config": "c44d79e9.62e4e8",
"x": 470,
"y": 100,
"wires": [["5a5b01b8.295b4"]]
},
{
"id": "3d5d2922.fc07a6",
"type": "http in",
"z": "f4d92134.a28bd",
"name": "",
"url": "/magento-eqp-callback",
"method": "post",
"upload": false,
"swaggerDoc": "",
"x": 160,
"y": 100,
"wires": [["90080bd6.b68508", "90220895.b1bbf8"]]
},
{
"id": "90220895.b1bbf8",
"type": "http response",
"z": "f4d92134.a28bd",
"name": "",
"statusCode": "",
"headers": {},
"x": 390,
"y": 140,
"wires": []
},
{
"id": "5a5b01b8.295b4",
"type": "debug",
"z": "f4d92134.a28bd",
"name": "",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 730,
"y": 100,
"wires": []
},
{
"id": "6756a68c.66b928",
"type": "magento-eqp-register-callback",
"z": "f4d92134.a28bd",
"name": "",
"config": "c44d79e9.62e4e8",
"x": 470,
"y": 40,
"wires": [[]]
},
{
"id": "509739c5.3aae28",
"type": "inject",
"z": "f4d92134.a28bd",
"name": "",
"props": [{ "p": "payload" }],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "{\"url\":\"https://example.com/magento-eqp-callback\",\"username\":\"username\",\"password\":\"password\",\"name\":\"Example\"}",
"payloadType": "json",
"x": 90,
"y": 40,
"wires": [["6756a68c.66b928"]]
},
{ "id": "c44d79e9.62e4e8", "type": "magento-eqp-config", "environment": "production", "autoRefresh": true }
]