assign wasLoopStep correctly

This commit is contained in:
Peter Clement 2023-01-05 12:16:45 +00:00
parent 7083b00f97
commit 38ccf20357
1 changed files with 1 additions and 0 deletions

View File

@ -438,6 +438,7 @@ class Orchestrator {
})
this._context.steps[loopStepNumber] = tempOutput
wasLoopStep = true
loopSteps = []
}
}