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 56cbab7 commit cac1c4dCopy full SHA for cac1c4d
internal/internal_task_handlers.go
@@ -959,7 +959,7 @@ ProcessEvents:
959
960
// Break the event processing loop if the workflow is completed except in replay mode.
961
// In replay mode we check for nondeterminism cases and
962
- // 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.
963
if w.isWorkflowCompleted && !isInReplay {
964
break ProcessEvents
965
}
0 commit comments