Skip to content

Commit 427ce2f

Browse files
committed
fix execution loop
1 parent 0b4d0d3 commit 427ce2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/orchestration/src/transaction/transaction-orchestrator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ export class TransactionOrchestrator extends EventEmitter {
881881

882882
await promiseAll(execution)
883883

884-
if (nextSteps.next.length === 0) {
884+
if (nextSteps.next.length === 0 || !execution.length) {
885885
continueExecution = false
886886
}
887887
}

0 commit comments

Comments
 (0)