Skip to content

Instantly share code, notes, and snippets.

@robert-claypool
Created April 8, 2022 20:35
Show Gist options
  • Save robert-claypool/67fbd15c2aa176e18861d192ecc3eda6 to your computer and use it in GitHub Desktop.
Save robert-claypool/67fbd15c2aa176e18861d192ecc3eda6 to your computer and use it in GitHub Desktop.
Blob Fail Workflow
{
"name": "Blob Fail Workflow",
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"functionCode": "console.log(`Node version: ${process.version}`);\nconst { Blob } = require(\"buffer\");\nconst blob = new Blob(['abc']);"
},
"name": "back up",
"type": "n8n-nodes-base.function",
"typeVersion": 1,
"position": [
440,
300
]
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "back up",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {},
"id": 31
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment