The purpose of this sample is to demonstrate registering and using dynamic workflows and activities to handle various workflow types at runtime.
- Run a Temporal service.
- Run the following command to start the worker
go run dynamic-workflows/worker/main.go
- Run the following command to start the example
go run dynamic-workflows/starter/main.go