Registry / cloud / camunda-cloud-zeebe-clients-go

camunda-cloud-zeebe-clients-go

JSON →
library1.3.14gogounverified

A Go client for the Zeebe workflow engine, part of Camunda Cloud.

go get github.com/camunda-cloud/zeebe/clients/go
INSTALL
IMPORT
SIG · CAMUNDA-CLOUD-ZEEB
C
camunda-cloud-zeebe-clients-go
cloudgov1.3.14
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

zeebe
✓ github.com/camunda-cloud/zeebe/clients/go

Initialize a Zeebe client.

package main import ( "context" "fmt" "github.com/camunda-cloud/zeebe/clients/go" ) func main() { client, err := zeebe.NewClient(&zeebe.ClientConfig{ GatewayAddress: "localhost:26500", }) if err != nil { panic(err) } fmt.Println(client) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.14latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
Resources
camunda-cloud-zeebe-clients-go — go get camunda-cloud-zeebe-clients-go · libregistry