temporalio.worker.workflow_sandbox

Sandbox for Temporal workflows.

Warning

This API for this module is considered unstable and may change in future.

This module contains the sandbox for helping ensure workflow determinism. It does this in two ways: global state isolation and restrictions on making non-deterministic calls. See the Python SDK documentation for how to use, customize, and work around sandbox issues.