Make sure the Temporal Server is running locally.
From the root of the project, start a Worker:
go run cancellation/worker/main.goStart the Workflow Execution:
go run cancellation/starter/main.goCancel the Workflow Execution:
go run cancellation/cancel/main.go