-
### Describe the bug
After migrating process instances to a target process that has removed elements which were already executed in the source process, there are issues in the UI such as:
### …
-
1、springboot框架还是比较大的,想只基于spring开发,是否可以剥离springboot框架
2、使用的中间件,如:Kafka、缓存、数据库是否可以提供接口,由业务方进行适配实现接口进行对接
3、当前很多场景是通过异步回调的方式来判断分支事务是否结束,不是同一个线程,怎么在回调方法里面来告诉alpha事务的结果
4、一个分支事务会增加时延几十毫秒甚至上百毫秒,性能需要再优化
-
**Describe the bug**
The `OAuthCredentialsCache` in the Zeebe Java client does not work well with multi-tenancy and the Camunda Identity-based client authorization / token validation.
If you use the…
-
When you try to return a array in zeebe using JavaScript, it doesn't return an Array. Here is an example:
`return ["a", "b"];`
in zeebe, it returns {"0": "a", "1": "b"};, he put the index of the arr…
-
The curl command to request a bearer token in this section seems incorrect: https://docs.camunda.io/docs/apis-tools/zeebe-api-rest/zeebe-api-rest-authentication/
Why I try to run this command I ge…
-
**Describe the bug**
On becoming a leader the LogStream seems to be closed and thrown an exception if the CommandAPI wants to create a new writer.
**To Reproduce**
Not 100% sure, but it l…
-
## Description
By introducing the Camunda Exporter we will replace the previously deployed Importer applications.
The applications still need to run for a bit, to import left-over data from Zeeb…
-
This epic is to track the remaining scope for the "Control Zeebe Clock" feature in the Zeebe engine. The core work has already been completed by ZDP team, and this task covers the [remaining scope](ht…
-
### Description
As part of the document handling epic, users should be able to upload files when submitting a form to complete a user task. File upload is performed by invoking the new API endp…
-
### Description
Jobs are the connection between a flownode instance and its implementation. This is why I want to have visibility on what happens to a job:
* when is it created
* when is it…