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

  2. Pass variables to different processes using call activity in Camunda

    Jan 25, 2023 · Pass variables to different processes using call activity in Camunda Ask Question Asked 3 years, 2 months ago Modified 3 years, 2 months ago

  3. Camunda external Java task: "Cannot deserialize object in variable"

    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 …

  4. Camunda, how to inject subprocess with specific parameters from main ...

    Nov 9, 2021 · 2 I have a Camunda flow with a Call Activity (sequential), the call Activity calls several subflows based on a list of process keys (ids) in a certain order. For instance I get a list of ["flow-1", …

  5. deployment - How to deploy BPMN or DMN to Camunda Process …

    Dec 22, 2022 · Turn your Spring Boot app into a Camunda process application using @EnableProcessApplication annotation without extending any super-classes. In the Spring Boot …

  6. How to set up Camunda for unit testing in Spring Boot

    Sep 27, 2021 · Discover how to configure Camunda for unit testing in Spring Boot applications with Java on Stack Overflow.

  7. Connect to DMN and BPMN through REST API Camunda

    May 18, 2022 · 0 I'm trying to connect to my DMN model and BPMN Model through Postman ,My DMN diagram in camunda looks as below I have Deployed it as below And im trying to access it through …

  8. Camunda Service Task Error : Unknown property used in expression

    May 25, 2022 · I created a simple workflow where I am calling an event subprocess in another process using a service task and I am doing this by using a Java code. I configured the java class in the …

  9. Unable to login in Camunda Dashboard - Stack Overflow

    May 5, 2022 · I deployed my camunda using helm charts in a private EKS cluster. And I am accessing it using the ingress controller. But unable to login into it.

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