-
Notifications
You must be signed in to change notification settings - Fork 10
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
operate.getVariablesforProcess only returns a few variables #387
Comments
jwulf
added a commit
that referenced
this issue
Mar 6, 2025
8 tasks
petar-slavov
pushed a commit
to petar-slavov/camunda-8-js-sdk
that referenced
this issue
Mar 14, 2025
## [8.6.32](camunda/camunda-8-js-sdk@v8.6.31...v8.6.32) (2025-03-06) ### Bug Fixes * add tests and documentation for logging ([3522faf](camunda@3522faf)), closes [camunda#397](camunda#397) * **operate:** allow paging for getVariablesforProcess ([b94532d](camunda@b94532d)), closes [camunda#387](camunda#387)
petar-slavov
pushed a commit
to petar-slavov/camunda-8-js-sdk
that referenced
this issue
Mar 14, 2025
## [8.6.32](camunda/camunda-8-js-sdk@v8.6.31...v8.6.32) (2025-03-06) ### Bug Fixes * add tests and documentation for logging ([3522faf](camunda@3522faf)), closes [camunda#397](camunda#397) * **operate:** allow paging for getVariablesforProcess ([b94532d](camunda@b94532d)), closes [camunda#387](camunda#387)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
OperateApiClient
getVariablesforProcess
method needs to add thesize
attribute.See here: https://docs.camunda.io/docs/apis-tools/operate-api/specifications/search/
At the moment, it only returns up to the default page size number of variables.
This is related to SUPPORT-260760.
The text was updated successfully, but these errors were encountered: