1,214 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
40
views
Camunda 8.7 self managed docker compose with standalone gateway and broker problem
I have tried a lot for building and running a Camunda 8.7 self managed docker compose with just a standalone gateway and a standalone broker with one partition. Following is my latest try:
# While the ...
0
votes
0
answers
22
views
OptimisticLockingException when using multiInstanceLoopCharacteristics for parallel execution of subprocess
I have the following process definition I try to execute on Camunda 7.24 / CibSeven 2.1 which currently logs during execution many OptimisticLockingException. I could already trace it down that it ...
0
votes
0
answers
56
views
How to iterate lists in JUEL or FEEL?
Background
In a DMN decision table, evaluated through the camunda Decision Engine, we have the ability to define input expressions in various expression languages. For the purpose of this question, ...
1
vote
0
answers
76
views
Is it possible to use Camunda 7 with multi-tenancy by schema using only one ProcessEngine?
I’m working with Camunda 7.23 and I need multi-tenancy by schema (each tenant has its own database schema, but all share the same application).
The official documentation states that job execution is ...
0
votes
1
answer
70
views
Fetching Camunda process and activity tracking as image from the REST API
Using Camunda 7 Spring Boot, I would like to display the current position of an instance overlayed on the process visually in an external application, using Camunda's REST API if possible. I am happy ...
2
votes
1
answer
87
views
zeebe test container connection issue after upgrade maven artifact 8.6.13 to 8.7.1 [closed]
I have SpringBootApplication using following libary of camunda zeebe.
<dependency>
<groupId>io.camunda</groupId>
<artifactId>spring-boot-starter-camunda-sdk&...
0
votes
0
answers
42
views
History tokens (grey tokens) not visible in cockpit after instance migration
We are using Camunda 7.22 version. Recently, we had a BPMN change in the process, and we did process instance migration after the deployment but we noticed that after the migration, only the active ...
0
votes
0
answers
38
views
Recommended Patterns for User Actions: Orchestration‐Centric vs. Application‐Centric in a Standalone Flowable/Camunda Setup?
While I ask for Flowable, the question below is also applicable for Camunda 7
We are implementing a standalone BPMN engine for document processing. In our workflow, a user uploads a document, we ...
0
votes
0
answers
58
views
Performance difference with springboot run and normal running the java class application.java
i am seeing significant performance difference when running my camunda spring boot project via just running application.java vs running through mvn:spring-boot:run
when running through application....
1
vote
1
answer
361
views
What's wrong with Camunda 8 Run?
I'm installing Camunda 8 Run to be able to run processes in BPMN. I have already installed the Modeler. I extract the file and open the terminal in the corresponding folder in order to run the command ...
1
vote
0
answers
191
views
Camunda 8 self-hosted responses "tenant is not authorized to perform this request"
I cannot deploy a process or connect to receive the service tasks from zeebe gRPC API.
The cluster with Camunda 8 is working in kubernetes. It is a brand new cluster.
Identity is enabled and the ...
0
votes
1
answer
123
views
Camunda - run timer event or job in 1 day after a specific moment
I have 2 business flows. Flow #1 detects a moment in time when 1 day timer should start that will execute flow #2.
So flow #2 is executed in 1 day since the moment identified in flow #1 (i.e. it's not ...
0
votes
0
answers
82
views
Kubernetes deployment issue for Camunda workflows in Spring Boot
We have A Camunda Workflows application implemented in Spring Boot framework. This application is deployed on Kubernetes. We are facing following issue:
The pod is going in crashloopbackoff state ...
0
votes
0
answers
45
views
how to Assign a specific assignee to a user task node in a running process in Camunda 7.19
how to Assign a specific assignee to a user task node in a running process in Camunda 7.19?
These are my attempts:
curl --location 'http://xxx/engine-rest/task/create' \
--header 'Content-Type: ...
0
votes
1
answer
589
views
Camunda with Spring boot: Error creating bean with name 'camundaIntegrationDeterminator'
I am facing an issue with my spring app start up.
My pom has dependenies:
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot&...