We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85130f4 commit 691cff9Copy full SHA for 691cff9
apps/sim/executor/execution/edge-manager.ts
@@ -243,8 +243,6 @@ export class EdgeManager {
243
}
244
245
for (const [, outgoingEdge] of targetNode.outgoingEdges) {
246
- // Only skip backwards edges (loop_continue) - we need to propagate through
247
- // loop_exit and parallel_exit to deactivate nodes after the loop/parallel
248
if (!this.isBackwardsEdge(outgoingEdge.sourceHandle)) {
249
this.deactivateEdgeAndDescendants(
250
targetId,
0 commit comments