From 445f26cc6beb141d534fa76e94797174c1fffc28 Mon Sep 17 00:00:00 2001 From: Alex Grozav Date: Thu, 14 Apr 2022 09:51:29 +0300 Subject: [PATCH] :zap: Add executeWorkflow input-output notice. (#3095) --- .../nodes/ExecuteWorkflow/ExecuteWorkflow.node.ts | 6 ++++++ 1 file changed, 6 insertions(+) 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: '', + }, ], };