Versioning - Java SDK feature guide
Learn how to use Workflow code versioning features in Temporal, including Workflow Patching APIs and Worker Build Ids, to ensure deterministic code execution and manage code changes.
Learn how to use Workflow code versioning features in Temporal, including Workflow Patching APIs and Worker Build Ids, to ensure deterministic code execution and manage code changes.
Temporal Platform requires deterministic Workflow code. The TypeScript SDK offers dedicated versioning features, including Workflow Patching APIs and Worker Build Ids. Learn how to patch Workflow code, migrate Workflows, and use Worker Versioning in this comprehensive guide.