Skip to main content

9 docs tagged with "go-sdk"

View All Tags

Cancellation

How to cancel a Workflow Execution and it's Activities using the Go SDK.

Core application - Temporal Go SDK feature guide

The Foundations section of the Temporal Developer's guide covers the minimum set of concepts and implementation details needed to build and run a Temporal Application—that is, all the relevant steps to start a Workflow Execution that executes an Activity.

Data encryption - Temporal Go SDK feature guide

The Converters and Codecs section of the Temporal Developer's guide provides guidance on how to support compression, encryption, and other special data handling by implementing custom converters and codecs.

Observability - Temporal Go SDK feature guide

This page covers the many ways to view the current state of your Temporal Application—that is, ways to view which Workflow Executions are tracked by the Temporal Platform and the state of any specified Workflow Execution, either currently or at points of an execution.

Temporal Go SDK multithreading

Unlock the potential of parallel processing in your Temporal Workflows with the Temporal Go SDK. Learn how to safely create additional goroutines using workflow.Go() without risking determinism errors.

Versioning - Temporal Go SDK feature guide

The Versioning section of the Temporal Developer's guide covers how to update Workflow Definitions without causing non-deterministic behavior in current long-running Workflows.