Skip to content

Commit

Permalink
⚡ Add executeWorkflow input-output notice. (#3095)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgrozav committed Apr 14, 2022
1 parent ecd3bbf commit 445f26c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: '',
},
],
};

Expand Down

0 comments on commit 445f26c

Please sign in to comment.