How do I get a list of workflows and then a specific workflow definition using the Zeebe client?

Jason Figge: Question - How do I get a list of workflows and then a specific workflow definition using the zeebe client?

Josh Wulf: You cannot.

Jason Figge: Hmm. So what would be the correct way to achieve this? Using the Zeebe API directly?

Josh Wulf: The workit TypeScript client has an affordance for this, using ElasticSearch - but there is no query API surface on the gRPC API for the client to interrogate.

Jason Figge: Ah, I see.

Jason Figge: thank you

Note: This post was generated by Slack Archivist from a conversation in the Zeebe Slack, a source of valuable discussions on Zeebe (get an invite). Someone in the Slack thought this was worth sharing!

If this post answered a question for you, hit the Like button - we use that to assess which posts to put into docs.

korthout: If you need this information you can configure and consume an exporter see https://docs.zeebe.io/basics/exporters.html|https://docs.zeebe.io/basics/exporters.html. Information about deployed workflows is recorded in Deployment:Created events for each partition