Skip to content

Latest commit

 

History

History
 
 

dynamic

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Invoking Activities by Name

The purpose of this sample is to demonstrate invocation of workflows and activities using name rather than strongly typed function.

Steps to run this sample:

  1. Run a Temporal service.
  2. Run the following command to start the worker
go run dynamic/worker/main.go
  1. Run the following command to start the example
go run dynamic/starter/main.go