Skip to main content

2 docs tagged with "static-analysis"

View All Tags

Develop code that durably executes - Go SDK dev guide

Learn how to ensure durable execution of code in Temporal Platform by understanding Replay workflow execution and identifying non-deterministic code changes. This chapter covers best practices for developing deterministic workflows, recognizing non-deterministic code, and explaining how code execution progresses. Discover how to use the Temporal SDK to replay workflow executions, add replay tests, and inspect event histories.

Develop code that durably executes - TypeScript SDK dev guide

Durable execution in Temporal Platform requires replaying a Workflow Execution, ensuring deterministic behavior. This chapter introduces best practices for Workflow Definition development, identifying SDK API calls, and recognizing non-deterministic Workflow code.