mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
⚡ Add executeWorkflow input-output notice. (#3095)
This commit is contained in:
@@ -141,6 +141,12 @@ export class ExecuteWorkflow implements INodeType {
|
||||
required: true,
|
||||
description: 'The URL from which to load the workflow from.',
|
||||
},
|
||||
{
|
||||
displayName: 'Any data you pass into this node will be output by the start node of the workflow to be executed. <a href="https://docs.n8n.io/nodes/n8n-nodes-base.executeworkflow/" target="_blank">More info</a>',
|
||||
name: 'executeWorkflowNotice',
|
||||
type: 'notice',
|
||||
default: '',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user