diff --git a/packages/nodes-base/nodes/ExecuteWorkflow/ExecuteWorkflow.node.ts b/packages/nodes-base/nodes/ExecuteWorkflow/ExecuteWorkflow.node.ts index 07e5d222fe2fc..b374b187391d9 100644 --- a/packages/nodes-base/nodes/ExecuteWorkflow/ExecuteWorkflow.node.ts +++ b/packages/nodes-base/nodes/ExecuteWorkflow/ExecuteWorkflow.node.ts @@ -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. More info', + name: 'executeWorkflowNotice', + type: 'notice', + default: '', + }, ], };