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 a26430d commit 25c0a09Copy full SHA for 25c0a09
internal/internal_task_handlers.go
@@ -949,7 +949,7 @@ ProcessEvents:
949
950
// Break the event processing loop if the workflow is completed except in replay mode.
951
// In replay mode we check for nondeterminism cases and
952
- // 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.
953
if w.isWorkflowCompleted && !isInReplay {
954
break ProcessEvents
955
}
0 commit comments