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 send …

  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 processing JSON …

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

  4. camunda - BPMN2 timer events how to repeat after a delay ... - Stack ...

    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 will send a SMS …

  5. How to deploy an embedded custom form with camunda modeler?

    Jun 21, 2022 · I try to use an embedded custom form in comunda 7. I created a simple task, choose "Embedded or external task form" and form key is "test". Then i create a simple html form and ...

  6. Camunda 8 Identity not connecting to existing Keycloak

    Mar 23, 2024 · I am trying to connect Camunda 8 Identity to our ecisting keycloak (v23.0.7) using Camunda Helm chart. I have the following definition for Keycloak connection global: identity: …

  7. AWS step functions vs Camunda for workflow - Stack Overflow

    Mar 17, 2021 · Architecture possibilities (Step functions are cloud-only and even AWS-only, but then of course integrated in the AWS world; Camunda is independent and can run in any environment, but …

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

  9. Camunda external task client polling intervals - Stack Overflow

    May 13, 2023 · I'm currently developing a Camunda external task client using the Spring Boot external task client. Despite configuring the lock duration, I've noticed that the client is still polling every one …

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