I would like to be able to list all of the workflows (not workflow executions) that I have stored in temporal. I haven’t been able to figure out where in the java or workflow service grpc api where I can query this info. Does anyone know how to pull it?
Context: I want to have multiple workflows stored in temporal as crons. In order to go with this approach, I need to be able to list out the stored cron workflows.