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

add tenantId parameter to deployResourcesFromFiles method #375

Closed
jwulf opened this issue Feb 12, 2025 · 1 comment
Closed

add tenantId parameter to deployResourcesFromFiles method #375

jwulf opened this issue Feb 12, 2025 · 1 comment
Assignees
Milestone

Comments

@jwulf
Copy link
Member

jwulf commented Feb 12, 2025

The CamundaRestClient method deployResourcesFromFiles currently does not take a tenantId parameter, so you need to construct a new client with the tenantId set if you want to deploy to anything other than the client's default tenantId.

Add an optional tenantId parameter to the method.

@jwulf jwulf self-assigned this Feb 12, 2025
@jwulf jwulf added this to the 8.7.0 milestone Feb 12, 2025
@jwulf jwulf changed the title deployResourcesFromFiles does not take tenantId parameter add tenantId parameter to deployResourcesFromFiles method Feb 12, 2025
@jwulf
Copy link
Member Author

jwulf commented Feb 24, 2025

To test this, I need a REST API that is configured with the correct parameters.

jwulf added a commit that referenced this issue Feb 27, 2025
fix(camunda8): add optional tenantId to deployResourcesFromFiles fixes #375
@jwulf jwulf closed this as completed in dff868e Feb 27, 2025
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant