
spring boot - Camunda 8 - Authentication Issue occurred while …
Jul 5, 2024 · at io.camunda.common.auth.SimpleAuthentication.retrieveToken(SimpleAuthentication.java:53) …
Camunda: How to get DMN to emit two variable/values to context …
Jan 19, 2020 · at org.camunda.bpm.engine.impl.interceptor.AtomicOperationInvocation.execute(AtomicOperationInvocation.java:96) …
camunda - How to model an optional user task in a default …
Apr 19, 2024 · Here is an example of what your model would look like with the exclusive gateway for the optional task: BPMN model with optional user task I would highly recommend taking a …
How to add a collection / array variable in Camunda 7 console
Aug 13, 2024 · I have a basic Camunda 7 setup on Apache tomcat and am currently trying to experiment with Parallel Multi Instance task. But for the most basic part which is about having …
camunda - MismatchingMessageCorrelationException : Cannot …
We are facing an MismatchingMessageCorrelationException for the receive task in some cases (less than 5%) The call back to notify receive task is done by : protected ...
Camunda : How to locate the step in my workflow that provoke ...
Jan 21, 2021 · Camunda : How to locate the step in my workflow that provoke OptimisticLockingException Asked 4 years, 9 months ago Modified 3 years, 4 months ago …
Is jBPM dying? What is the future of jBPM and Activiti BPMN?
Aug 19, 2010 · From today's perspective the answer should certainly include jBPM, Activiti, Flowable and Camunda. This is the selection one ends up with when looking for the significant …
How to setup conditionals for BPMN2 Exclusive Gateway
Nov 20, 2014 · In Camunda Modeler, click on one of the sequence flows coming out of your exclusive gateway. Then select the Properties pane and the General subpane. You will see an …
camunda - How to get today's date in BPMN timer - Stack Overflow
Aug 4, 2022 · So I need that timer in BPMN that will be type: date, but instead of putting exact date (like 2022-08-04T08:30:00) I want to get today's date and the hour that is right now. Is it …
camunda - Getting list of completed tasks for a process-instance …
Oct 23, 2017 · Is there any possible way (by calling Camunda REST-API) to know : Completed tasks for a process-instance (User-Task A in the above case). All the tasks that are part of the …