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 Zeebe Tasklist REST API #34

Open
jwulf opened this issue Mar 5, 2024 · 2 comments
Open

Add Zeebe Tasklist REST API #34

jwulf opened this issue Mar 5, 2024 · 2 comments
Assignees

Comments

@jwulf
Copy link
Member

jwulf commented Mar 5, 2024

The Tasklist API is moving to the Zeebe Gateway. See here: camunda/zeebe#15622

How this is implemented in the SDK will depend on the API surface area that we expose to developers.

It may be possible to do this with no change to the API surface area.

This will be targeted to post-8.5.

@jwulf jwulf self-assigned this Mar 5, 2024
@jwulf jwulf changed the title Add new Tasklist REST API Add Zeebe Tasklist REST API Mar 7, 2024
@tg185111
Copy link

tg185111 commented May 7, 2024

Does this mean we cannot use zeebe user tasks in 8.5 with this sdk?

@jwulf
Copy link
Member Author

jwulf commented May 20, 2024

jwulf added a commit that referenced this issue May 20, 2024
Implement ZeebeRESTClient

fixes #34
jwulf added a commit that referenced this issue May 22, 2024
* feat(zeebe): support Zeebe User Task REST API

Implement ZeebeRESTClient

fixes #34

* docs(zeebe): document ZeebeRestClient

* refactor(repo): rename docker-compose files to *.yaml

* test(zeebe): fix Topology Rest Client test

* ci(repo): fix GitHub workflow docker-compose

* ci(repo): rename docker-compose.yaml

* ci(repo): enable Zeebe REST tests in CI

* refactor: improve error messages

* test(zeebe): improve test structure

* refactor(zeebe): add headers to REST requests

* fix(zeebe): request correct token for Zeebe

* ci(repo): run windows tests on windows 2016

* ci(repo): use cross-platform regex for unit test

* ci(repo): use windows-2019 runner for tests

* ci(repo): disable windows tests
github-actions bot pushed a commit that referenced this issue May 22, 2024
## [8.5.4-alpha.2](v8.5.4-alpha.1...v8.5.4-alpha.2) (2024-05-22)

### Bug Fixes

* **issue137:** support ZEEBE_REST_ADDRESS and ZEEBE_GRPC_ADDRESS environment variables ([#159](#159)) ([41fdca0](41fdca0))
* **oauth:** correctly expire cached token ([#164](#164)) ([c86e550](c86e550)), closes [#163](#163)

### Features

* **zeebe:** support Zeebe User Task REST API ([022607b](022607b)), closes [#34](#34)
github-actions bot pushed a commit that referenced this issue May 22, 2024
## [8.5.4-alpha.2](v8.5.4-alpha.1...v8.5.4-alpha.2) (2024-05-22)

### Bug Fixes

* **issue137:** support ZEEBE_REST_ADDRESS and ZEEBE_GRPC_ADDRESS environment variables ([#159](#159)) ([41fdca0](41fdca0))
* **oauth:** correctly expire cached token ([#164](#164)) ([c86e550](c86e550)), closes [#163](#163)

### Features

* **zeebe:** support Zeebe User Task REST API ([022607b](022607b)), closes [#34](#34)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🆕 Inbox
Development

No branches or pull requests

2 participants