Skip to main content

3 docs tagged with "side-effects"

View All Tags

Side Effects - Go SDK

Side Effects in Workflows execute non-deterministic code, storing results in the Workflow Event History to maintain determinism. Use Go's SideEffect function for integration.

Side Effects - Java SDK

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 - PHP SDK

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.