Hello!
I’m working with ListWorkflow API which uses cursor-based pagination with nextPageToken. I understand that we need to iterate through pages sequentially using this token until it becomes null.
Is there any way to:
Jump to a specific page number (like page 12) directly?
Get the last page of results without iterating through all previous pages?
Get total number of pages?
If not, are there any plans to implement such functionality in future releases?
Jump to a specific page number (like page 12) directly?
Get the last page of results without iterating through all previous pages?
Get total number of pages?
Need to iterate currently. Would try to optimize your visibility query to target least number of relevant results if possible.
If not, are there any plans to implement such functionality in future releases?
Whats use case where you might need this functionality. Visibility search results have a default sort order (open executions by StartTime first, complete executions but CloseTime after)