Registry / messaging / zeebe-io-zeebe-clients-go

zeebe-io-zeebe-clients-go

JSON →
library1.3.14gogounverified

Go client library for Zeebe workflow engine.

go get github.com/zeebe-io/zeebe/clients/go
INSTALL
IMPORT
SIG · ZEEBE-IO-ZEEBE-CLI
Z
zeebe-io-zeebe-clients-go
messaginggov1.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/zeebe-io/zeebe/clients/go

Connects to a Zeebe gateway and sends a topology request.

package main import ( "context" "github.com/zeebe-io/zeebe/clients/go" ) func main() { client, _ := zeebe.NewClient(&zeebe.ClientConfig{ GatewayAddress: "localhost:26500", }) client.NewTopologyCommand().Send(context.Background()) }
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
55 hits · last 30 days
node
48
Resources
zeebe-io-zeebe-clients-go — go get zeebe-io-zeebe-clients-go · libregistry