-
Notifications
You must be signed in to change notification settings - Fork 800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add method to list all workflow executions with support for partial match and search params #6017
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files
... and 116 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
…atch and search params (uber#6017) * try * update * Update dataVisibilityManagerInterfaces.go * updated * Update pinot_visibility_store_test.go * Update visibility_store_mock.go * Update es_visibility_store_test.go * Update pinot_visibility_store.go
What changed?
Adding support to query all workflow executions with possibility for partial query by leveraging this functionality from pinot
Why?
cadence web can make a single call to list all workflow executions and user can provide text strings to match for workflow type, workflow ID or runID
How did you test it?
Unit tests
Potential risks
New unused method
Release notes
Documentation Changes