Is it possible to list process definition deployed on zeebe via gRPC?

I’d like to list process definitions deployed on zeebe, but aparently zeebe client doesnt has a list function.

Hello @kyle ,

the Zeebe gRPC API is a pure command api.

This is why querying information is not possible there.

To get information like this, you can use Operate:

Jonathan

1 Like