Skip to content

Commit

Permalink
✨ Added executeWorkflow input-output notice.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgrozav committed Apr 12, 2022
1 parent 1b2e9be commit 7dccd73
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 7dccd73

Please sign in to comment.