-
### Description
This is the technical breakdown epic for User Task Listeners on Operate.
- [PDP Issue](https://github.com/camunda/product-hub/issues/1821)
- [Figma design](https://www.figma.com/…
-
Include the new Priority field in the variables available for update via the rest-api-v1.yml file.
Endpoint: PATCH _/user-tasks/{userTaskKey}_
### Acceptance Criteria
A UserTask's priority can be…
-
I wonder how Argo is different from [Zeebe](https://zeebe.io/).
For me, the most significant one is the tasks execution approach: while Argo spawns separate worker instance (pod) per task, Zeebe acts…
-
Can a Spring Zeebe client with version 8.5 connect to zeebe version 8.1? The server previously installed zeebe version 8.1 and is currently using it in production. Now due to security issues, the clie…
-
## Related to
Epic: https://github.com/camunda/distribution/issues/312
## Overview
Identity still has some env vars that could be moved to the config. So, we need to refactor and move them.
Also…
-
### Describe the bug
I have a Camunda 7 workflow with a sub-process that accesses parent variables.
Specifically, the parent does this in a script task (groovy code):
```
class Result {
Boole…
-
**Describe the bug**
I am using a Job Worker that receives Process Variables as a DTO, mapped via `@VariablesAsType` annotation. The problem is that the DTOs fields become `null` (i.e. in case of K…
-
**Describe the bug**
Taking a look at the code I saw that if the follower is failing to append it just flush the appended records and stops with the appending
https://github.com/camunda-cloud…
-
**Introduction**
With https://github.com/camunda/product-hub/issues/2039, we introduced the core infrastructure for the Zeebe REST API.
As a follow-up, the infrastructure needs extensions for conveni…
-
**Describe the bug**
Due to a recursive call in this processor there's a chance we run into a `StackOverflowError`. It happens when there's a terminate instruction for an element with a lot of …