Hello!
We’re actively using ListWorkflows API in our application, and I have concerns about its impact on the core functionality of Temporal.
Specifically, I’d like to know:
- Can intensive querying via ListWorkflows affect the performance of workflow executions?
- Are workflow execution and visibility queries completely isolated from each other?
- If there is an impact, what’s the recommended pattern for heavy listing operations to minimize any potential interference with workflow processing?
Our main priority is to ensure that our workflow executions remain performant while we implement monitoring and listing features.
Thanks for your help!