This repository contains the tutorial code for implementing workflows in Go using the Cadence and Temporal Workflow libraries.
Docs: https://docs.temporal.io/docs/go/workflows
Docs: https://cadenceworkflow.io/docs/get-started/
- Update the
DB_PATHvalue incommon/repo/change_request_repo.gowith root directory of the project. - Run
go run worker/main.goto start the worker. - Run
go run script/main.goto start the trigger events.
Modify the script/main.go to trigger different events.