diff --git a/packages/core/src/WorkflowExecute.ts b/packages/core/src/WorkflowExecute.ts index 177ca9efca9ac..214498a71507c 100644 --- a/packages/core/src/WorkflowExecute.ts +++ b/packages/core/src/WorkflowExecute.ts @@ -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 = {}; }