fix(core): Fix issue with multi input nodes

This commit is contained in:
Jan Oberhauser 2022-06-09 08:59:22 +02:00
parent e71d2c949e
commit f79675d5c7

View file

@ -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 = {};
}