From 7dccd7318c809eab1873765db967dc7c2a1bd99a Mon Sep 17 00:00:00 2001 From: Alex Grozav Date: Wed, 6 Apr 2022 13:39:12 +0300 Subject: [PATCH] :sparkles: Added executeWorkflow input-output notice. --- .../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: '', + }, ], };