[N8N Backup] My workflow.json (different)

This commit is contained in:
m3tam3re 2024-02-24 00:00:52 +01:00
parent 2d6fbe9594
commit 01ea565865
1 changed files with 26 additions and 76 deletions

View File

@ -1,33 +1,11 @@
{ {
"active": false, "active": false,
"connections": { "connections": {
"Code": { "When clicking \"Test workflow\"": {
"main": [ "main": [
[ [
{ {
"node": "Filter", "node": "Shopify",
"type": "main",
"index": 0
}
]
]
},
"Filter": {
"main": [
[
{
"node": "Aggregate",
"type": "main",
"index": 0
}
]
]
},
"Execute Workflow Trigger": {
"main": [
[
{
"node": "Code",
"type": "main", "type": "main",
"index": 0 "index": 0
} }
@ -35,72 +13,44 @@
] ]
} }
}, },
"createdAt": "2024-02-06T18:20:02.968Z", "createdAt": "2024-02-23T11:25:15.328Z",
"id": "0k5KJioXR4gvF14N", "id": "QHIMkzoAU9taf6mR",
"meta": { "meta": {
"templateCredsSetupCompleted": true "templateCredsSetupCompleted": true
}, },
"name": "My workflow", "name": "My workflow",
"nodes": [ "nodes": [
{ {
"parameters": { "parameters": {},
"jsCode": "return [{\"fruit\": \"apple\", \"color\": \"green\", \"dataPrivacyLevel\": \"public\"},{\"fruit\": \"banana\", \"color\": \"yellow\", \"dataPrivacyLevel\": \"public\"},{\"fruit\": \"tomato\", \"color\": \"red\", \"dataPrivacyLevel\": \"private\"}]" "id": "14806ae4-561c-4b00-81b4-83de67abee76",
}, "name": "When clicking \"Test workflow\"",
"id": "05824aeb-0063-49dc-bfa0-5fcb5f057f08", "type": "n8n-nodes-base.manualTrigger",
"name": "Code",
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
640,
460
]
},
{
"parameters": {
"conditions": {
"string": [
{
"value1": "={{ $json.dataPrivacyLevel }}",
"value2": "={{ $('Execute Workflow Trigger').item.json.visibility }}"
}
]
}
},
"id": "e079c6f5-ae6b-4310-ae78-e2a2d09c0ec9",
"name": "Filter",
"type": "n8n-nodes-base.filter",
"typeVersion": 1, "typeVersion": 1,
"position": [ "position": [
840, 1140,
460 540
] ]
}, },
{ {
"parameters": { "parameters": {
"aggregate": "aggregateAllItemData", "authentication": "accessToken",
"include": "specifiedFields", "operation": "getAll",
"fieldsToInclude": "fruit, color",
"options": {} "options": {}
}, },
"id": "9f4a6057-2321-4b9e-8031-7a61eee484bb", "id": "a1829c92-4643-4fbe-9b36-054614889c3d",
"name": "Aggregate", "name": "Shopify",
"type": "n8n-nodes-base.aggregate", "type": "n8n-nodes-base.shopify",
"typeVersion": 1, "typeVersion": 1,
"position": [ "position": [
1060, 1360,
460 540
] ],
}, "credentials": {
{ "shopifyAccessTokenApi": {
"parameters": {}, "id": "11",
"id": "75d7b7bb-5081-4813-bc99-998663885500", "name": "Shopify Access Token account"
"name": "Execute Workflow Trigger", }
"type": "n8n-nodes-base.executeWorkflowTrigger", }
"typeVersion": 1,
"position": [
460,
460
]
} }
], ],
"pinData": {}, "pinData": {},
@ -110,6 +60,6 @@
"staticData": null, "staticData": null,
"tags": [], "tags": [],
"triggerCount": 0, "triggerCount": 0,
"updatedAt": "2024-02-06T18:20:02.968Z", "updatedAt": "2024-02-23T11:25:15.328Z",
"versionId": "81159509-0241-49db-b31c-144ae377588d" "versionId": "206f4c74-a139-4964-9348-785c9e2b53b0"
} }