-
Notifications
You must be signed in to change notification settings - Fork 0
/
My_workflow.json
60 lines (60 loc) · 1.07 KB
/
My_workflow.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
{
"name": "My workflow",
"nodes": [
{
"parameters": {},
"id": "6da3e64d-1628-4674-afe4-ba77cbeed632",
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"values": {
"string": [
{
"value": "a"
}
]
},
"options": {}
},
"id": "96c7b5d6-59b8-4b02-89c9-5bca91ac141a",
"name": "Set",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
460,
300
]
}
],
"pinData": {},
"connections": {
"Start": {
"main": [
[
{
"node": "Set",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"saveExecutionProgress": "DEFAULT",
"saveManualExecutions": true
},
"id": 1,
"meta": {
"instanceId": "b3169568848cec0cb7b05af18444764d6f5417b176faeb9ac60e350b462eaaf7"
},
"tags": []
}