feat: add folder support for workflows (fixes #70)
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"name": "",
|
||||
"nodes": [
|
||||
{
|
||||
"name": "On clicking 'execute'",
|
||||
"type": "n8n-nodes-base.manualTrigger",
|
||||
"position": [
|
||||
150,
|
||||
300
|
||||
],
|
||||
"parameters": {},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"name": "Contentful",
|
||||
"type": "n8n-nodes-base.contentful",
|
||||
"position": [
|
||||
350,
|
||||
300
|
||||
],
|
||||
"parameters": {
|
||||
"operation": "getAll",
|
||||
"returnAll": true,
|
||||
"additionalFields": {}
|
||||
},
|
||||
"credentials": {
|
||||
"contentfulApi": "contentful"
|
||||
},
|
||||
"typeVersion": 1
|
||||
}
|
||||
],
|
||||
"active": false,
|
||||
"settings": {},
|
||||
"connections": {
|
||||
"On clicking 'execute'": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Contentful",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user