Funny Joke that's in a workflow!
If you don't see the joke save the following as a .json file and import into N8N!
{ "name": "Infinite Coffee Maker", "nodes": [ { "parameters": {}, "id": "1", "name": "Trigger Node", "type": "n8n-nodes-base.webhook", "typeVersion": 1, "position": [ 250, 300 ] }, { "parameters": { "functionCode": "return [{ json: { step: 'Make coffee' } }];" }, "id": "2", "name": "Make Coffee", "type": "n8n-nodes-base.function", "typeVersion": 1, "position": [ 500, 300 ] }, { "parameters": { "functionCode": "return [{ json: { step: 'Drink coffee' } }];" }, "id": "3", "name": "Drink Coffee", "type": "n8n-nodes-base.function", "typeVersion": 1, "position": [ 750, 300 ] }, { "parameters": { "functionCode": "return [{ json: { step: 'Need more coffee' } }];" }, "id": "4", "name": "Need More Coffee", "type": "n8n-nodes-base.function", "typeVersion": 1, "position": [ 1000, 300 ] } ], "connections": { "Trigger Node": { "main": [ [ { "node": "Make Coffee", "type": "main", "index": 0 } ] ] }, "Make Coffee": { "main": [ [ { "node": "Drink Coffee", "type": "main", "index": 0 } ] ] }, "Drink Coffee": { "main": [ [ { "node": "Need More Coffee", "type": "main", "index": 0 } ] ] }, "Need More Coffee": { "main": [ [ { "node": "Make Coffee", "type": "main", "index": 0 } ] ] } } }
3
3 comments
Titus Blair
8
Funny Joke that's in a workflow!
AI Automation Society
skool.com/ai-automation-society
A community built to master no-code AI automations. Join to learn, discuss, and build the systems that will shape the future of work.
Leaderboard (30-day)
Powered by