Sha256: 83652d8bdafc5d4f4eca301a3b317cf35b4ae21f7ef879d4ab34ba20cb2b6180
Contents?: true
Size: 301 Bytes
Versions: 1
Compression:
Stored size: 301 Bytes
Contents
require 'zeebe/client' stub = Zeebe::Client::GatewayProtocol::Gateway::Stub.new('localhost:26500', :this_channel_is_insecure) puts stub.topology(Zeebe::Client::GatewayProtocol::TopologyRequest.new).inspect puts stub.list_workflows(Zeebe::Client::GatewayProtocol::ListWorkflowsRequest.new).inspect
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zeebe-client-0.0.1 | examples/demo.rb |