pyzeebe
pyzeebe copied to clipboard
Python client for Zeebe workflow engine
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [abatilo/actions-poetry](https://togithub.com/abatilo/actions-poetry) | action | major | `v2.4.0` -> `v3.0.0` | ---...
**Describe the solution you'd like** Streams works better than ActivateJobs. Our team tried streams with go client and it has x4 boost. 120 rps vs 430.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/camunda-community-hub/pyzeebe). ## Open The following updates have all...
**Describe the solution you'd like** Zeebe has support to run decision(DMN) without bpmn. Can you add this feature?
Closes #81 ## Changes - Make previously required parameters of `oauth_channel.create_oauth2_client_credentials_channel()` and `oauth_channel.create_camunda_cloud_channel()` optional ## API Updates ### New Features *(required)* `oauth_channel.create_oauth2_client_credentials_channel()` and `oauth_channel.create_camunda_cloud_channel()` support the following environment variables: *...
Fix create_camunda_cloud_channel, current and deprecated functions. ## Changes 1. `audience` should be static [Camunda Docs](https://docs.camunda.io/docs/8.5/apis-tools/build-your-own-client/#authentication-via-oauth) `audience="zeebe.camunda.io` 2. `scope` should either be None (Optional parameter), because setting it to the `cluster_id`...
When upgrading to any the 2 above mentioned rc versions I cannot connect to Zeebe anymore Zeebe is v 8.5.8 Python code example: ```python import asyncio from pyzeebe import (...
Is it possible to restrict a worker to a specific process and version?
Fixes #464 https://docs.camunda.io/docs/self-managed/zeebe-deployment/zeebe-gateway/job-streaming/
Hi, I'd like to make use of Signals, which are supported in recent versions of zeebe/Camunda. The way I understand this could be achieved by updating zeebe-grpc with uptodate protospecs,...