Based on the below scenario: https://community.temporal.io/t/mutex-workflow-and-how-to-track-workflow-that-have-requested-lock/12983
- Run a Temporal service.
- Run the following command to start the worker
go run mutex/worker/main.go
- Run the following command to start the example
go run mutex/starter/main.go