Skip to content

Commit

Permalink
minor comment clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
taylanisikdemir committed Nov 7, 2023
1 parent 56cbab7 commit cac1c4d
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 @@ -959,7 +959,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 cac1c4d

Please sign in to comment.