About 50 results
Open links in new tab
  1. Newest 'camunda' Questions - Stack Overflow

    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 API if possible.

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

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

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

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

  7. java - Camunda BPM - Spring compatibility - Stack Overflow

    Feb 14, 2023 · 0 I'm trying to migrate application with Camunda BPM 7.14.0 and Spring Boot 2.7.2 dependencies to latest Spring version (3.0.1/3.0.2) and at least Camunda 7.16. Unfortunately I'm …

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

  9. How to implement a Java Class into a Service Task (Camunda)

    Jan 24, 2022 · In our case this is org.camunda.bpm.getstarted.loanapproval.ProcessRequestDelegate. You need to specify the fully qualified name in the process model. Additionally your delegate needs …

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