You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we make a client.Workflows.getWorkflows() API call, it returns a maximum of 250 workflows per request along with a nextCursor for fetching additional workflows. However, the nextCursor is not working for retrieving the remaining workflows.
Current behavior
Returning first 250 workflows only even when giving nextCursor as input.
Expected behavior
It should return next set of workflows.
Steps To Reproduce
graphQL query is not taking cursor value in input
changes:
Debug Output (if applicable)
If applicable, add associated log output to help explain the problem.
Additional Context
Add any other context about the problem here.
References or Related Issues
Are there any other related GitHub issues (open or closed) or Pull Requests that should be linked here?
The text was updated successfully, but these errors were encountered:
Description
When we make a client.Workflows.getWorkflows() API call, it returns a maximum of 250 workflows per request along with a nextCursor for fetching additional workflows. However, the nextCursor is not working for retrieving the remaining workflows.
Current behavior
Returning first 250 workflows only even when giving nextCursor as input.
Expected behavior
It should return next set of workflows.
Steps To Reproduce
graphQL query is not taking cursor value in input
changes:
Debug Output (if applicable)
If applicable, add associated log output to help explain the problem.
Additional Context
Add any other context about the problem here.
References or Related Issues
Are there any other related GitHub issues (open or closed) or Pull Requests that should be linked here?
The text was updated successfully, but these errors were encountered: