Skip to content

Latest commit

 

History

History

helloworld-apiKey

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Steps to run this sample:

  1. Configure a Temporal Server (such as Temporal Cloud) with apiKey.

  2. 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
  1. 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