
deployment - How to deploy BPMN or DMN to Camunda Process …
Dec 22, 2022 · Camunda Version: 7.13.0 User can select a file by browsing the file system from UI screen (assuming UI file browsing and selecting a valid .bpmn or .dmn is done). User has to send …
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 processing JSON …
How to check using expression if process variable is exist in camunda ...
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.
camunda - Getting list of completed tasks for a process-instance and ...
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 process …
Pass variables to different processes using call activity in Camunda
Jan 25, 2023 · Pass variables to different processes using call activity in Camunda Asked 2 years, 10 months ago Modified 2 years, 10 months ago Viewed 1k times
serialization - Camunda external Java task: "Cannot deserialize object ...
Oct 3, 2022 · I am implementing a Java ExternalTaskHandler, to handle a Camunda External Task. I am returning an array of objects as a result of the task. Unfortunately when I return this array, I get an …
java - org.camunda.bpm.engine.ProcessEngineException: An exception ...
Nov 2, 2022 · Facing ProcessEngineException while saving a variable in DelegateExecution in the ServiceTask execution. I have one Camunda ServiceTask (i.e ServiceTask1) which will initiate …
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 possible to do it...
How do parallel multi instance loop work in Camunda 7.16.6
Aug 1, 2022 · 1 I'm using the camunda-enginge 7.16.6. I have a Process with a multi instance loop like this one that repeats parallel a 1000 times. This loop is execute parallel. My assumption was, that n …
How to set global process variables in Camunda-BPM?
I truly appreciate your time and effort.I was thinking of defining these variables in my camunda modeler (i.e inside process model itself) In camunda modeler with service task we can attach some …