-
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
add tenantId parameter to deployResourcesFromFiles method #375
Milestone
Comments
jwulf
added a commit
that referenced
this issue
Feb 21, 2025
To test this, I need a REST API that is configured with the correct parameters. |
8 tasks
jwulf
added a commit
that referenced
this issue
Feb 27, 2025
fix(camunda8): add optional tenantId to deployResourcesFromFiles fixes #375
github-actions bot
pushed a commit
that referenced
this issue
Feb 27, 2025
## [8.6.27](v8.6.26...v8.6.27) (2025-02-27) ### Bug Fixes * **camunda8:** add optional tenantId to deployResourcesFromFiles ([dff868e](dff868e)), closes [#375](#375) ### Features * **camunda8:** add queryVariables method. fixes [#343](#343) ([b361d71](b361d71)) * **camunda8:** implement findUserTasks ([d2baa70](d2baa70)), closes [#341](#341) * **camunda:** implement getUserTask. fixes [#339](#339) ([8bcb59a](8bcb59a))
github-actions bot
pushed a commit
that referenced
this issue
Feb 27, 2025
## [8.6.27](v8.6.26...v8.6.27) (2025-02-27) ### Bug Fixes * **camunda8:** add optional tenantId to deployResourcesFromFiles ([dff868e](dff868e)), closes [#375](#375) ### Features * **camunda8:** add queryVariables method. fixes [#343](#343) ([b361d71](b361d71)) * **camunda8:** implement findUserTasks ([d2baa70](d2baa70)), closes [#341](#341) * **camunda:** implement getUserTask. fixes [#339](#339) ([8bcb59a](8bcb59a))
petar-slavov
pushed a commit
to petar-slavov/camunda-8-js-sdk
that referenced
this issue
Mar 14, 2025
## [8.6.27](camunda/camunda-8-js-sdk@v8.6.26...v8.6.27) (2025-02-27) ### Bug Fixes * **camunda8:** add optional tenantId to deployResourcesFromFiles ([dff868e](camunda@dff868e)), closes [camunda#375](camunda#375) ### Features * **camunda8:** add queryVariables method. fixes [camunda#343](camunda#343) ([b361d71](camunda@b361d71)) * **camunda8:** implement findUserTasks ([d2baa70](camunda@d2baa70)), closes [camunda#341](camunda#341) * **camunda:** implement getUserTask. fixes [camunda#339](camunda#339) ([8bcb59a](camunda@8bcb59a))
petar-slavov
pushed a commit
to petar-slavov/camunda-8-js-sdk
that referenced
this issue
Mar 14, 2025
## [8.6.27](camunda/camunda-8-js-sdk@v8.6.26...v8.6.27) (2025-02-27) ### Bug Fixes * **camunda8:** add optional tenantId to deployResourcesFromFiles ([dff868e](camunda@dff868e)), closes [camunda#375](camunda#375) ### Features * **camunda8:** add queryVariables method. fixes [camunda#343](camunda#343) ([b361d71](camunda@b361d71)) * **camunda8:** implement findUserTasks ([d2baa70](camunda@d2baa70)), closes [camunda#341](camunda#341) * **camunda:** implement getUserTask. fixes [camunda#339](camunda#339) ([8bcb59a](camunda@8bcb59a))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
CamundaRestClient
methoddeployResourcesFromFiles
currently does not take atenantId
parameter, so you need to construct a new client with thetenantId
set if you want to deploy to anything other than the client's default tenantId.Add an optional
tenantId
parameter to the method.The text was updated successfully, but these errors were encountered: