Open wchen4 opened 1 year ago
Hi, thank you for your report. I confirmed your report is right. We will fix it later.
Do we have any updates on this matter? It seems that the logic still hasn't been fixed.
We are dealing with a use case where we collect attempts of workflow executions, and we would like to apply the 'last_id' logic to perform incremental loads of these attempts.
The doc shows "list attempts whose id is GREATER THAN this id for pagination", however, the actual behavior is that it shows where id is LESS THAN the supplied last_id.