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
-1
votes
1 answer

form-data prameters are sent in body, causing the getParameter method to return null

I've recently upgraded to the spring boot version 2.6.3 while using camunda 7.17.0. The login camunda page, sends a post request, but the form-data parameters are sent in the body, causing the getParameter method to return null. I am implementing…
shorse
  • 1
-1
votes
1 answer

How Can we Configure Camunda Process Engine in Golang?

I found links on process engine Configuration https://docs.camunda.org/manual/7.16/reference/deployment-descriptors/tags/process-engine/ But how to use this in Golang?
-1
votes
1 answer

Difference of Camunda and BPEL

What's the difference between Camunda and BPEL (Business Process Expression Language) and Where do we use Camunda and where do we use BPEL and which one is better? I found this question, but BPMN != Camunda. So where is the difference between…
Test
  • 571
  • 13
  • 32
-1
votes
1 answer

Camunda with junit5

I am trying to extend test case for camunda and JUnit5. I am getting the following error - Illegal call of execute(job = 'null') - must not be null! java.lang.IllegalArgumentException: Illegal call of execute(job = 'null') - must not be…
Denis Murashko
  • 119
  • 2
  • 6
-1
votes
1 answer

Show the result in Camunda

I want to validate a given date in Camunda and want Camunda to show me the result but I don't know how to receive the result. please help me. The Pics: [1]: https://i.stack.imgur.com/ZYjR1.png [2]: https://i.stack.imgur.com/jWeD2.png [3]:…
Erfan
  • 1
  • 1
-1
votes
3 answers

Is there a way to test Camunda BPM process without writing code?

The current project, i work on, is the Camunda application, with bpmn-processes, running in it. Our analytics, with collaboration with business departments , create processes drafts (.bpmn files). They want to test them, for finding simple bugs fast…
user17066209
-1
votes
1 answer

How to invoke Event-based Gateway in Camunda using remote API/Spring Boot?

I was hunting some knowledge on Camunda BPM during my free time. Then I came across this Event-based Gateway component which made my past two days difficult. Basically I was watching this tutorial in which the gentleman very nicely tells all the key…
-1
votes
1 answer

How I can call a java class before starting a process?

I try create camunda form with select tag: