Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 464 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 464 Bytes

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