cschleiden / go-workflows

Embedded durable workflows for Golang similar to DTFx/Cadence/Temporal
https://cschleiden.github.io/go-workflows/
MIT License
218 stars 50 forks source link

Add InstanceID filter to diag webUI #350

Open barrett370 opened 3 months ago

barrett370 commented 3 months ago

Small PR to add ability to filter displayed instances in the WebUI, useful if instance Ids follow a specific convention to limit view to workflows related to a specific resource

cschleiden commented 3 months ago

Do I see that correctly, is that only client-side filtering of the current page?

barrett370 commented 3 months ago

Do I see that correctly, is that only client-side filtering of the current page?

yes, just filtering the results that are being displayed. I see that in a recent PR you have fixed pagination to fetch only the instances to be rendered from the database, so perhaps this approach isn't as useful as it only works on a page-by-page basis