-
Configure a Temporal Server (such as Temporal Cloud) with apiKey.
-
Run the following command to start the worker
go run ./helloworld-apiKey/worker \
-target-host my.namespace.tmprl.cloud:7233 \
-namespace my.namespace \
-api-key CLIENT_API_KEY
- Run the following command to start the example
go run ./helloworld-apiKey/starter \
-target-host my.namespace.tmprl.cloud:7233 \
-namespace my.namespace \
-api-key CLIENT_API_KEY