mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
⚡ Add executeWorkflow input-output notice. (#3095)
This commit is contained in:
parent
ecd3bbfcd3
commit
445f26cc6b
|
@ -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: '',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue