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
@@ -29,7 +29,7 @@ The workflow will only call `random_int()` once and save the result, even if the
29
29
30
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.
31
31
32
-
Use `sideEffect` to snapshot any signal-driven branch decision:
32
+
Use `sideEffect()` to snapshot any signal-driven branch decision:
0 commit comments