Add executeWorkflow input-output notice. (#3095)

This commit is contained in:
Alex Grozav 2022-04-14 09:51:29 +03:00 committed by GitHub
parent ecd3bbfcd3
commit 445f26cc6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: '',
},
],
};