Skip to content

Commit

Permalink
minor comment clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
taylanisikdemir committed Oct 27, 2023
1 parent a26430d commit 25c0a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/internal_task_handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ ProcessEvents:

// Break the event processing loop if the workflow is completed except in replay mode.
// In replay mode we check for nondeterminism cases and
// breaking the loop causes missing events in respondEvents which can cause false positives or false negatives.
// breaking the loop causes missing events in respondEvents which then causes false positives or false negatives.
if w.isWorkflowCompleted && !isInReplay {
break ProcessEvents
}
Expand Down

0 comments on commit 25c0a09

Please sign in to comment.