pyzeebe icon indicating copy to clipboard operation
pyzeebe copied to clipboard

Python client for Zeebe workflow engine

Results 75 pyzeebe issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

**Describe the bug** Hi, I need to work with variables that can be present or not in my worker. So I can't use the parameters as such : @worker.task(task_type="my_task") async...

Add router / worker level exception handler support ## Changes - Add `exception_handler` as a parameter to `ZeebeTaskRouter` ### New Features *(required)* - Support for custom default exception handler for...

Fix bug where function decorated as task receives all variables that are available to the task causing an `unexpected keyword argument` error. Referenced in #337. The bug originates from the...

Bumps [responses](https://github.com/getsentry/responses) from 0.23.2 to 0.25.0. Release notes Sourced from responses's releases. 0.25.0 Added support for Python 3.12 Fixed matchers.header_matcher not failing when a matched header is missing from the...

dependencies

Bumps [oauthlib](https://github.com/oauthlib/oauthlib) from 3.1.1 to 3.2.2. Release notes Sourced from oauthlib's releases. 3.2.2 OAuth2.0 Provider: CVE-2022-36087 3.2.1 In short OAuth2.0 Provider: #803 : Metadata endpoint support of non-HTTPS OAuth1.0: #818...

dependencies

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when I try to install Pyzeebe...

**Is your feature request related to a problem? Please describe.** Once the oauth token expired, an "unauthenticated" grpc exception will be raised: "Failed to parse bearer token, see cause for...

I have written a python pyzeebe worker that is supposed to interact with my database usinng the values that the variables of the previous user task in the Camunda BPMN...

**Is your feature request related to a problem? Please describe.** We want to log and store the version of the created process instance when calling `run_process`. At the moment, it's...