mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-08-31 07:40:36 +02:00
Co-authored-by: Charlie Kolb <charlie@n8n.io> Co-authored-by: Milorad FIlipović <milorad@n8n.io> Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
19 lines
612 B
JSON
19 lines
612 B
JSON
{
|
|
"node": "n8n-nodes-base.executeWorkflow",
|
|
"nodeVersion": "1.0",
|
|
"codexVersion": "1.0",
|
|
"details": "The Execute Workflow node can be used when you want your workflow to treat another workflow as a step in your flow. It allows you to modularize your workflows and have a single source of truth for series of actions you perform often. ",
|
|
"categories": ["Core Nodes"],
|
|
"resources": {
|
|
"primaryDocumentation": [
|
|
{
|
|
"url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.executeworkflow/"
|
|
}
|
|
]
|
|
},
|
|
"alias": ["n8n"],
|
|
"subcategories": {
|
|
"Core Nodes": ["Helpers", "Flow"]
|
|
}
|
|
}
|