Provides a Go framework for defining and executing long-running workflows and activities on the Cadence orchestration engine.
This repo offers the Go client framework for building resilient, long-running business logic that runs on a Cadence server. Developers can author custom workflow and activity code using this client, which is installed via `go get go.uber.org/cadence`. It handles communication with the Cadence engine, enabling stateful process orchestration without manual persistence.
Provides a Go framework for defining and executing long-running workflows and activities on the Cadence orchestration engine.
Go developers needing to build and manage fault-tolerant, stateful long-running processes using the Cadence orchestration platform should use this client.