mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 11:49:59 +00:00
fix(core): Fix issue with multi input nodes
This commit is contained in:
@@ -326,7 +326,7 @@ export class WorkflowExecute {
|
|||||||
// Node has multiple inputs
|
// Node has multiple inputs
|
||||||
let nodeWasWaiting = true;
|
let nodeWasWaiting = true;
|
||||||
|
|
||||||
if (this.runExecutionData.executionData!.waitingExecutionSource === null) {
|
if (!this.runExecutionData.executionData!.waitingExecutionSource) {
|
||||||
this.runExecutionData.executionData!.waitingExecutionSource = {};
|
this.runExecutionData.executionData!.waitingExecutionSource = {};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user