cschleiden / go-workflows

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

Pagination not working in diag UI #343

Closed cspotcode closed 5 months ago

cspotcode commented 5 months ago

Is this a known issue? Page 1 populates with the most recent workflows, but page 2 is always empty.

I'm using the mysql backend, would this be a bug in the query that skips the first page w/#/?after=?

image

cschleiden commented 5 months ago

Thanks for the report, fix should go in shortly 🙇