Skip to main content

4 docs tagged with "timeouts"

View All Tags

Features - Go SDK feature guide

The Features section of the Temporal Developer's guide provides basic implementation guidance on how to use many of the development features available to Workflows and Activities in the Temporal Platform.

Foundations - Go SDK feature guide

The Foundations section of the Temporal Go SDK Developer's guide 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.

What is a Temporal Activity?

Activities are the building blocks of Temporal workflows. Learn about the different types of activities, including how to define and execute activities, how to handle activity timeouts, and how to handle activity retries.