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