/temporalio-subscription-example-go

Subscription tutorial application in Go.

Primary LanguageGoMIT LicenseMIT

Temporal Subscription Workflow Tutorial - Go

Temporal promises to help you build long-lasting apps. With this example, you'll learn how to integrate key Temporal concepts into an email-based subscription program.

Prerequisites

  • Temporal Cloud
  • Review Hello World

Steps

Once this is working, follow the directions provided.

  1. Launch an instance of Temporal Cloud (can be done on terminal or through a container such as Docker).
  2. Enter go run worker/main.go into a new terminal window.
  3. Open another terminal and enter go run start/main.go

If successful, you should see output for a mock welcome email.