⚡ Add executeWorkflow input-output notice. (#3095)
This commit is contained in:
@@ -141,6 +141,12 @@ export class ExecuteWorkflow implements INodeType {
|
|||||||
required: true,
|
required: true,
|
||||||
description: 'The URL from which to load the workflow from.',
|
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