
Pass variables to different processes using call activity in Camunda
Jan 25, 2023 · How to pass data from one Process to another in code .I am using Spring Boot in Java code.
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 terminate Camunda running process? - Stack Overflow
Aug 31, 2021 · Camunda docs say that I can start/stop/cancel process via REST API or just via Java API but I am looking on way of visualization of possibility to cancel/terminate process via Camunda …
java - Camunda BPM - Spring compatibility - Stack Overflow
Feb 14, 2023 · 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 …
How to set variable in Script Task when Value is an Array in Camunda
Dec 29, 2020 · How to set variable in Script Task when Value is an Array in Camunda Asked 5 years, 1 month ago Modified 2 months ago Viewed 8k times
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 …
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 …
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 ENGINE-16004 Exception while closing command context
Oct 20, 2022 · Camunda ENGINE-16004 Exception while closing command context Asked 3 years, 4 months ago Modified 3 years, 3 months ago Viewed 7k times
Camunda 8 self-hosted responses "tenant is not authorized to perform ...
Feb 20, 2025 · When I deploy any process model via desktop Camunda Modeler I receive the error: "Expected to handle gRPC request DeployResource with tenant identifier 'TENANT-NAME', but …