ui icon indicating copy to clipboard operation
ui copied to clipboard

Filter workflows waiting on a signal in a specificed timeframe

Open canvanooo opened this issue 2 years ago • 1 comments

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

canvanooo avatar Mar 03 '23 15:03 canvanooo

Sounds like flexible search based on Event History and time, like:

  • ! has received Signal foo in 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.

lorensr avatar Mar 10 '23 21:03 lorensr