I’m looking into ZeeBe to find out if I can access ZeeBe from our own applications written mostly in Delphi. Looking at the docs that should be possible, using gRPC.
So far I’ve succeeded installing running and connecting to ZeBee. I’ve been able to import the gateway.proto file and build the corresponding delphi data-structures. I was able to call “rpc Topology” and “rpc CreateWorkflowInstance” , so basically it seems OK.
But now I’m running into some troubles: rpc ListWorkflows fails with error “12” (not found) so does rpc CreateJob
And what about CreateWorker? (not in the proto file)….
Any suggestions?