Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue in getWorkflows API #1191

Open
akgoel18 opened this issue Jul 11, 2024 · 0 comments
Open

issue in getWorkflows API #1191

akgoel18 opened this issue Jul 11, 2024 · 0 comments

Comments

@akgoel18
Copy link

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:
image

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant