diff --git a/flows/66.json b/flows/66.json deleted file mode 100755 index 376b640..0000000 --- a/flows/66.json +++ /dev/null @@ -1,129 +0,0 @@ -{ - "createdAt": "2022-09-04T06:07:43.998Z", - "updatedAt": "2022-09-04T19:12:44.717Z", - "id": "66", - "name": "My workflow 3", - "active": false, - "nodes": [ - { - "parameters": {}, - "id": "ed76eecf-e611-4b3a-b43c-c9d7aaf30464", - "name": "Start", - "type": "n8n-nodes-base.start", - "typeVersion": 1, - "position": [ - -20, - 320 - ] - }, - { - "parameters": { - "additionalOptions": { - "categoryId": 14, - "limit": 500, - "order": "published_at", - "direction": "desc", - "plainText": true, - "status": "unread" - } - }, - "id": "35d0b379-ad7c-4777-9112-9e1bb3a50f3f", - "name": "Miniflux", - "type": "n8n-nodes-miniflux.Miniflux", - "typeVersion": 1, - "position": [ - 280, - 320 - ], - "credentials": { - "minifluxApi": { - "id": "47", - "name": "Miniflux account" - } - } - }, - { - "parameters": { - "conditions": { - "string": [ - { - "value1": "={{ $json[\"title\"] }}", - "operation": "contains", - "value2": "Assassin" - } - ] - } - }, - "id": "b62830b8-7b83-4459-b2f9-f75bcce761bc", - "name": "IF", - "type": "n8n-nodes-base.if", - "typeVersion": 1, - "position": [ - 500, - 320 - ] - }, - { - "parameters": { - "operation": "update", - "entryId": "={{ $json[\"id\"] }}" - }, - "id": "44b515cf-6678-4251-95f8-ffaf7ac1d095", - "name": "Miniflux1", - "type": "n8n-nodes-miniflux.Miniflux", - "typeVersion": 1, - "position": [ - 720, - 340 - ], - "credentials": { - "minifluxApi": { - "id": "47", - "name": "Miniflux account" - } - } - } - ], - "connections": { - "Start": { - "main": [ - [ - { - "node": "Miniflux", - "type": "main", - "index": 0 - } - ] - ] - }, - "Miniflux": { - "main": [ - [ - { - "node": "IF", - "type": "main", - "index": 0 - } - ] - ] - }, - "IF": { - "main": [ - [], - [ - { - "node": "Miniflux1", - "type": "main", - "index": 0 - } - ] - ] - } - }, - "settings": {}, - "staticData": null, - "pinData": {}, - "versionId": "7046c331-c9ca-4906-9aa3-7ed549c48372", - "triggerCount": 0, - "tags": [] -} \ No newline at end of file