Questions tagged [camunda]

camunda BPM is a light-weight, open source platform for Business Process Management and Execution.

Camunda Platform is a lightweight, open source platform for process automation. The name comes from the Latin verbs "capere" ("to comprehend") and "munda" ("clean").

Camunda Platform uses the and standards to enable collaboration between business and IT users.

The platform is maintained and developed by Camunda Services GmbH, founded in March 2008 in Berlin, Germany.

1170 questions
4
votes
1 answer

Camunda, Modeler: "A JavaScript error occurred in the main process,... version `GLIBC_2.29' not found"

When I try to run Camunda Modeler in Ubuntu, I get the following error: A JavaScript error occurred in the main process Uncaught Exception: Error: Failed to load…
4
votes
1 answer

Camunda. Retry Service Task. Many different time intervals

can I configure for “retry time cycle” many different interval expression for example something like that: “R6/PT10S, R2/PT30M” - 6 times each 10 Seconds and then 2 times after 30 minutes Thanks in Advance, Wladi
4
votes
1 answer

camunda spring boot starter with gradle gives processEngineConfigurationImpl bean missing

My issue is quite similar to this one and it's kinda straightforward: copy paste service from maven to gradle project makes starters non operational. Here is the project I've used as an example and it starts like a charm: Spring-Boot: …
im_infamous
  • 972
  • 1
  • 17
  • 29
4
votes
1 answer

how to make camunda bpnm high availability

I am using camunda community version for one of my workflow project which does kind of orecstartion of microserice flow similar to this, all the features in community versions are enough for my requirement except high availability and auto…
scoder
  • 2,451
  • 4
  • 30
  • 70
4
votes
1 answer

Business process management systems abstraction

There are some good BPM software: jBPM, Bonita BPM, Camunda BPM, Activity and so on. Most of them supports some API to integrate with them, for example jBPM provide KieServicesClient interface and implementations to work with it. It works, but can…
Alex T
  • 2,067
  • 4
  • 20
  • 27
4
votes
1 answer

How to Clean Up the Camunda History

My application runs with Camunda 7.7. Until now, all the data was saved in the Camunda tables (ACT_XXX)- they become big. So now I want to clean up the tables and configure Camunda such, that the data is clean up after 14 days. Until now I tries to…
Test
  • 41
  • 1
  • 2
4
votes
0 answers

How can I change port for Camunda webapp (cockpit) on tomcat

I want to change "camunda-bpm-spring-boot-starter-webapp" port when I springframework application. My project is running on 8181 "application.properties server.port = 8181" and I did implement camunda-bpm-spring-boot-starter-webapp on my…
4
votes
2 answers

Spring RestTemplate with rootUri return URI is not absolute error

I have a RestTemplate that I build it with RestTemplateBuilder. I set the rootUri for builder. In below method (updateState1) sometimes I got the "URI is not absolute" error. For example when I called this method concurrently for 2 times I often got…
mohammad_1m2
  • 1,571
  • 5
  • 19
  • 38
4
votes
1 answer

CAMUNDA API REST Authentication

I am trying to connect from my javascript front to the REST API of my camunda orchestration which is deployed as part of a spring boot application. the called url is : GET…
Lho Ben
  • 2,053
  • 18
  • 35
4
votes
2 answers

Java - Camunda BPMN model API: how to save valid xml?

I'm building some test BPMN 2.0 models and saving them to xml files, in a Java project, by following the examples provided by the official doc, in this case the example 2. I imported the lib in my pom like below: