mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 12:44:07 -08:00
Improved copy for Wait mode in Merge Node
This commit is contained in:
parent
4269e8b914
commit
c221054769
|
@ -69,7 +69,7 @@ export class Merge implements INodeType {
|
|||
{
|
||||
name: 'Wait',
|
||||
value: 'wait',
|
||||
description: 'Waits till data of both inputs is available and will then output a single empty item. If supposed to wait for multiple nodes they have to get attached to input 2. Node will not output any data.',
|
||||
description: 'Waits till data of both inputs is available and will then output a single empty item. Source Nodes must connect to both Input 1 and 2. Source:Destination must be 2:1, if you need more Sources, daisy chain multiple Merge nodes. This node will not output any data.',
|
||||
},
|
||||
],
|
||||
default: 'append',
|
||||
|
|
Loading…
Reference in a new issue