From 4e5289fb57d2d21a0ef4dbc8104f15649bb0fcf1 Mon Sep 17 00:00:00 2001 From: gitea Date: Mon, 1 Jan 2001 00:00:00 +0000 Subject: [PATCH] Add My workflow 2.json --- My workflow 2.json | 67 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 My workflow 2.json diff --git a/My workflow 2.json b/My workflow 2.json new file mode 100644 index 0000000..b1c117f --- /dev/null +++ b/My workflow 2.json @@ -0,0 +1,67 @@ +{ + "updatedAt": "2025-11-11T20:48:06.000Z", + "createdAt": "2025-11-02T09:40:30.537Z", + "id": "73hH46Ry5NdYyCZA", + "name": "My workflow 2", + "active": false, + "isArchived": true, + "nodes": [ + { + "parameters": {}, + "type": "n8n-nodes-base.manualTrigger", + "typeVersion": 1, + "position": [ + 0, + 0 + ], + "id": "927d3f2a-982e-42c1-8667-3c0d67ad780b", + "name": "When clicking ‘Execute workflow’" + }, + { + "parameters": { + "url": "https://github.com/drudge/n8n-nodes-puppeteer/blob/main/docker/Dockerfile", + "operation": "getScreenshot", + "options": {} + }, + "type": "n8n-nodes-puppeteer.puppeteer", + "typeVersion": 1, + "position": [ + 208, + 0 + ], + "id": "3c1a3ec4-8ef4-4956-adc4-dc38baa3bcad", + "name": "Puppeteer" + } + ], + "connections": { + "When clicking ‘Execute workflow’": { + "main": [ + [ + { + "node": "Puppeteer", + "type": "main", + "index": 0 + } + ] + ] + } + }, + "settings": { + "executionOrder": "v1" + }, + "staticData": null, + "meta": null, + "pinData": {}, + "versionId": "95b0b67a-218c-4817-b196-a519e66a8c8b", + "triggerCount": 0, + "shared": [ + { + "updatedAt": "2025-11-02T09:40:30.542Z", + "createdAt": "2025-11-02T09:40:30.542Z", + "role": "workflow:owner", + "workflowId": "73hH46Ry5NdYyCZA", + "projectId": "S4tmpzSj6JlGFOze" + } + ], + "tags": [] +} \ No newline at end of file