Download the workflows from temporal UI

Is there a way to download all the workflows,by that I mean just the columns that show up in the main search page NOT the history.
we have gone to production recently and on daily basis need to give a summary report to how many customers ran and time taken etc. we do have a dashboard built from prometheus scraped data but sometimes facing issues w.r.t retention period.

Hello @Monikongkona

Maybe you can automate it using listWorkflow api, it will return a list of
WorkflowExecutionInfo from where you can extract the info

Antonio

ok thank you