About 50 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. 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

  4. 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.

  5. 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 …

  6. 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 …

  7. java - org.camunda.bpm.engine.ProcessEngineException: An …

    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 …

  8. serialization - Camunda external Java task: "Cannot deserialize …

    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 …

  9. 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 yesterday Viewed 8k times

  10. Camunda Application not starting up on docker container

    Feb 25, 2022 · Camunda Application not starting up on docker container Asked 3 years, 9 months ago Modified 3 years, 9 months ago Viewed 2k times