Skip to main content

3 docs tagged with "side-effects"

View All Tags

Side Effects

Side Effects in a Workflow execute non-deterministic code like generating a UUID. The result is saved in Workflow Event History for consistent replays without re-execution.

Side Effects

Learn how to use Side Effects in PHP to execute non-deterministic code like generating UUIDs or random numbers in a Workflow without compromising its determinism.