Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 474 Bytes

File metadata and controls

18 lines (15 loc) · 474 Bytes

helloworld

inspired by temporalio/samples-go/hello-world

Getting Started

  1. Run a temporal service
    temporal server start-dev
  2. In a different shell, run the example worker
    go run examples/helloworld/main.go worker
  3. In a different shell, execute the workflow
    go run examples/helloworld/main.go hello-world --name Temporal