mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
160 lines
4.3 KiB
JSON
160 lines
4.3 KiB
JSON
{
|
|
"createdAt": "2021-06-15T18:44:19.942Z",
|
|
"updatedAt": "2021-06-15T19:09:29.328Z",
|
|
"id": "217",
|
|
"name": "ExecuteWorkflow: Database, URL, Local File, Parameter",
|
|
"active": false,
|
|
"nodes": [
|
|
{
|
|
"parameters": {},
|
|
"name": "Start",
|
|
"type": "n8n-nodes-base.start",
|
|
"typeVersion": 1,
|
|
"position": [
|
|
250,
|
|
300
|
|
],
|
|
"id": "f98e5ef3-5e54-4296-83c0-15abef56962d"
|
|
},
|
|
{
|
|
"parameters": {
|
|
"source": "parameter",
|
|
"workflowJson": "{\n \"nodes\": [\n {\n \"parameters\": {},\n \"name\": \"Start\",\n \"type\": \"n8n-nodes-base.start\",\n \"typeVersion\": 1,\n \"position\": [\n 250,\n 300\n ]\n },\n {\n \"parameters\": {\n \"functionCode\": \"\\nitems = [\\n{\\n json:{\\n message: \\\"Hello from a sub workflow, passed as parameter\\\"\\n }\\n}\\n\\n]\\nreturn items;\"\n },\n \"name\": \"Generate items data\",\n \"type\": \"n8n-nodes-base.function\",\n \"typeVersion\": 1,\n \"position\": [\n 500,\n 300\n ]\n }\n ],\n \"connections\": {\n \"Start\": {\n \"main\": [\n [\n {\n \"node\": \"Generate items data\",\n \"type\": \"main\",\n \"index\": 0\n }\n ]\n ]\n }\n }\n}"
|
|
},
|
|
"name": "Execute parameter - workflow",
|
|
"type": "n8n-nodes-base.executeWorkflow",
|
|
"typeVersion": 1,
|
|
"position": [
|
|
500,
|
|
250
|
|
],
|
|
"id": "2c2df62e-bed9-4633-aa3a-c1a80f643540"
|
|
},
|
|
{
|
|
"parameters": {
|
|
"source": "url",
|
|
"workflowUrl": "https://raw.githubusercontent.com/n8n-io/test-workflows/main/workflows/95.json"
|
|
},
|
|
"name": "Execute URL workflow",
|
|
"type": "n8n-nodes-base.executeWorkflow",
|
|
"typeVersion": 1,
|
|
"position": [
|
|
500,
|
|
90
|
|
],
|
|
"id": "e5232923-8233-42c7-98bf-ba473a56a788"
|
|
},
|
|
{
|
|
"parameters": {
|
|
"url": "https://raw.githubusercontent.com/n8n-io/test-workflows/main/workflows/93.json",
|
|
"responseFormat": "file",
|
|
"options": {}
|
|
},
|
|
"name": "HTTP Request",
|
|
"type": "n8n-nodes-base.httpRequest",
|
|
"typeVersion": 1,
|
|
"position": [
|
|
500,
|
|
550
|
|
],
|
|
"id": "d1e66066-2d60-48d5-bde2-003715d38e1b"
|
|
},
|
|
{
|
|
"parameters": {
|
|
"fileName": "/tmp/testworkflowfile.json"
|
|
},
|
|
"name": "Write Binary File",
|
|
"type": "n8n-nodes-base.writeBinaryFile",
|
|
"typeVersion": 1,
|
|
"position": [
|
|
700,
|
|
550
|
|
],
|
|
"id": "f82165ff-9ce4-4f80-8b9d-043bb98252bb"
|
|
},
|
|
{
|
|
"parameters": {
|
|
"source": "localFile",
|
|
"workflowPath": "/tmp/testworkflowfile.json"
|
|
},
|
|
"name": "Execute local file workflow",
|
|
"type": "n8n-nodes-base.executeWorkflow",
|
|
"typeVersion": 1,
|
|
"position": [
|
|
900,
|
|
550
|
|
],
|
|
"id": "af481068-77a8-4c83-8473-3f20d2fba53e"
|
|
},
|
|
{
|
|
"parameters": {
|
|
"workflowId": "94"
|
|
},
|
|
"name": "Execute Workflow ID 94",
|
|
"type": "n8n-nodes-base.executeWorkflow",
|
|
"typeVersion": 1,
|
|
"position": [
|
|
500,
|
|
400
|
|
],
|
|
"id": "c65ee4ea-afc8-4674-90d1-12d6c1685209"
|
|
}
|
|
],
|
|
"connections": {
|
|
"Start": {
|
|
"main": [
|
|
[
|
|
{
|
|
"node": "Execute Workflow ID 94",
|
|
"type": "main",
|
|
"index": 0
|
|
},
|
|
{
|
|
"node": "Execute parameter - workflow",
|
|
"type": "main",
|
|
"index": 0
|
|
},
|
|
{
|
|
"node": "Execute URL workflow",
|
|
"type": "main",
|
|
"index": 0
|
|
},
|
|
{
|
|
"node": "HTTP Request",
|
|
"type": "main",
|
|
"index": 0
|
|
}
|
|
]
|
|
]
|
|
},
|
|
"HTTP Request": {
|
|
"main": [
|
|
[
|
|
{
|
|
"node": "Write Binary File",
|
|
"type": "main",
|
|
"index": 0
|
|
}
|
|
]
|
|
]
|
|
},
|
|
"Write Binary File": {
|
|
"main": [
|
|
[
|
|
{
|
|
"node": "Execute local file workflow",
|
|
"type": "main",
|
|
"index": 0
|
|
}
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"settings": {},
|
|
"staticData": null,
|
|
"meta": null,
|
|
"pinData": null,
|
|
"versionId": null,
|
|
"triggerCount": 0,
|
|
"tags": []
|
|
} |