mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 04:47:29 -08:00
fix(core): Fix issue with multi input nodes
This commit is contained in:
parent
e71d2c949e
commit
f79675d5c7
|
@ -326,7 +326,7 @@ export class WorkflowExecute {
|
|||
// Node has multiple inputs
|
||||
let nodeWasWaiting = true;
|
||||
|
||||
if (this.runExecutionData.executionData!.waitingExecutionSource === null) {
|
||||
if (!this.runExecutionData.executionData!.waitingExecutionSource) {
|
||||
this.runExecutionData.executionData!.waitingExecutionSource = {};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue