We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223fb5d commit bff285fCopy full SHA for bff285f
internal/internal_task_handlers.go
@@ -963,7 +963,7 @@ ProcessEvents:
963
964
// Break the event processing loop if the workflow is completed except in replay mode.
965
// In replay mode we check for nondeterminism cases and
966
- // 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.
967
if w.isWorkflowCompleted && !isInReplay {
968
break ProcessEvents
969
}
0 commit comments