# README
Steps to run this sample:
- You need a Temporal service running. See details in README.md
- Run the following command to start the worker
go run parallel/worker/main.go
- Run the following command to start parallel workflow
go run parallel/starter/main.go
# Functions
No description provided by the author
SampleParallelWorkflow workflow definition.