Skip to main content

18 docs tagged with "Go"

View All Tags

Interacting with Workflows with Go

In this course, you'll expand your ability to write dynamic Workflows by learning how to interact with them and enabling them to respond to external stimuli.

Run Workers with Temporal Cloud for the Go SDK

In this tutorial, you'll learn how to migrate your Go application from a local Temporal Server to a managed Temporal Cloud environment, leveraging the benefits of a scalable and reliable platform for running your Workflows and Activities.

Securing Application Data with Go

In this course, you'll implement Custom Data Conversion for your Temporal Workflows. By implementing Custom Data Converters and a Codec Server, you can expand this behavior to support a variety of complex input and output data.

Set up a Temporal Application project

The project setup section of the Temporal Go SDK Background Check tutorial covers the minimum set of concepts and implementation details needed to build and run a Temporal Application in Go—that is, all the relevant steps to start a Workflow Execution that executes an Activity.

Temporal 101 with Go

Discover the essentials of Temporal application development in this course, focusing on Workflows, Activities, and the Go SDK. You'll develop a small app, recover from failures, and use Temporal's execution model and tools to manage your application lifecycle effectively.

Versioning Workflows with Go

In this course, you'll go beyond the fundamentals, learning how to safely evolve your Temporal application code in production. There are three primary approaches to versioning Temporal Workflows.