API reference
Technical Preview
The Go SDK is a technical preview. Its API surface may still evolve and changes may not follow semantic versioning. Pin an exact version if you need stability.
This reference covers the hand-written ergonomic surface of the Go SDK: the client, its configuration, the job workers, and the error and polling helpers.
| Page | Contents |
|---|---|
| CamundaClient | The client and its 231 API methods. |
| Configuration | Client configuration, authentication, TLS, and retry policy. |
| Job workers | REST and gRPC job workers, their options, and the handler contract. |
| Runtime | Error types, error classification, and eventual-consistency polling. |
| Domain keys | 43 validated identifier types. |
The generated request and response models are not reproduced here — there are several hundred of them. Browse them on pkg.go.dev, or use your editor's go-to-definition on any method signature.