ui
ui copied to clipboard
Filter workflows waiting on a signal in a specificed timeframe
Is there any thing we do in filter if the workflow is waiting for a signal say ( > 1 hour ) can be filtered out. or it has not executed the specific activity
https://community.temporal.io/t/design-feedback-personalize-workflow-list/7462
Sounds like flexible search based on Event History and time, like:
- ! has received Signal
fooin last hour - ! has executed Activity
bar
These are not supported by the gRPC API, but could be, or could be done in ui-server, or clientside if the list isn't too long. Think best solution would be gRPC.