
How to parse JSON using (Inline) JavaScript in Camunda BPM
Apr 19, 2018 · Camunda Spin is a wrapper around Jackson that Camunda provides for JSON (and XML) processing. While I find it very helpful for processing JSON in Java, I prefer …
camunda - BPMN2 timer events how to repeat after a delay
Nov 14, 2023 · I am new to BPMN and camunda. How to implement this: I have a user task, I want to set a timeout, let’s say 3 days. If user don’t complete the task in 3 days, every hour I …
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 access output parameter of a call activity which …
Dec 4, 2023 · I have a call activity inside a sequential multi instance sub process. This means the following is inside a multi instance sub process. This call activity (with name name is “Loop …
How to check using expression if process variable is exist in …
May 24, 2021 · I want to check at exclusive gateway if processInstance exist.I can check if the value of processInstance is set to null or not.
How to set variable in Script Task when Value is an Array in …
Dec 29, 2020 · How to set variable in Script Task when Value is an Array in Camunda Asked 4 years, 11 months ago Modified 4 years, 10 months ago Viewed 8k times
Fetching Camunda process and activity tracking as image from the …
May 30, 2025 · 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 …
Embedding Camunda into an existing Java application
Nov 17, 2020 · However, I do not want to depend on Camunda running independently. I have an existing huge application (a micro-service running in it's own docker container) and I want to …
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 ...
java - Camunda : Skip a process instance from a given task to …
Mar 19, 2021 · Is there a way to do this given that I have businessKey, the target taskId and camunda java api library? As per camunda docs, there is this feature for process instance …