You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/features/side-effects.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The workflow will only call `random_int()` once and save the result, even if the
27
27
28
28
## Signals and Control Flow
29
29
30
-
Signals are applied before the workflow continues execution. That means a signal-mutated variable can break replays unless the control flow decision is recorded deterministically.
30
+
Signal-mutated variables are sources of non-determinism and can break replays unless the control flow decision is recorded deterministically.
31
31
32
32
Use `sideEffect()` to snapshot any signal-driven branch decision:
0 commit comments