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
2 answers

Advice on how to restructure rest api calls to reduce slowness

I've written a mobile application that needs to make a call to the Camunda rest api and get every task and process instance variable when it wakes up. Call process-instance with no params For each process instance returned call…
Richie
  • 4,989
  • 24
  • 90
  • 177
-1
votes
1 answer

downloaded and deployed the tutorial but cant start instance: Form failure: Not Found

I downloaded and deployed the loan-approval tutorial but everytime I want to start an instance: Form failure: Not Found any idea what could be wrong? server 7.5.0 with tomcat on OS X -- nothing configured, all standard.. as by the tutorial
Daij-Djan
  • 49,552
  • 17
  • 113
  • 135
-1
votes
1 answer

No Camunda BPMN Model API Documentation regarding creating Arrows, Circle, Rectangle Shapes

I read documentation about Camunda BPMN Model API here. But there is no documentation for drawing start event, end event, task shapes and arrows programatically using that library.
-1
votes
1 answer

How does the shared engine look up the required resources for a process step invocation?

I am using a shared process engine on WebSphere and I want to understand how the engine looks up the required resources (custom code shipped with my process application) for a process step invocation. Is a thread context switch applied?
demon_cleaner
  • 69
  • 1
  • 7
-2
votes
1 answer

Location of DMN FEEL Grammar

I am looking for formal DMN FEEL grammar (g4 file) to generate ANTLR4 based parser out of it. I am not able to find the grammar file. Can you please provide where it can be found?
Kumar
  • 1,536
  • 2
  • 23
  • 33
-2
votes
1 answer

Split Camunda and UI

I am new to camunda so bear with with me. I have an existing application built up using Nodejs and React. I managed to implemented camunda for server-side using the camunda rest api. As far as my UI is concern it has 10-12 signup steps/workflow…
-2
votes
3 answers

How to parse JSON using (Inline) JavaScript in Camunda BPM

I am trying to get the value from statusAprovacao, that is "Pre aprovado", but when I use the script var list = json.prop("statusAprovacao"); the result is empty. What is the right way to query this value using JavaScript? The script I tried: var…
Rudson Rodrigues
  • 345
  • 4
  • 23
-2
votes
1 answer

Camunda Example clarification

Am new to Camunda when am developing the camunda process flow in usertask am assign the assignee through properties but it not assign to particular user. and am worked on ubuntu 14.0.4 and camunda with BPMN 2.0 first example am trying. Can any one…
prasad paluru
  • 101
  • 3
  • 6
-3
votes
1 answer

How can i start Camunda bpm by http://localhost:8080/?

i want to start Camunda bpm. so i execute start.bat file , but that file do not execute . it means that execute so fast and then it does not stay at my taskbar . then i enter http://localhost:8080/ but does not show login page. but also i defiend…
-3
votes
2 answers

How to delete failed jobs en masse in Camunda Cockpit?

I have a Camunda flow that has failed about 30k times, because the service it was hitting was shut down. Is there a method for removing all of the failed jobs at once from inside the project cockpit?
-3
votes
1 answer

Configure a service task as an external task in Camunda

How to configure a service task as an external task in Camunda BPM?
-3
votes
1 answer

How to mount or install Camunda for PHP?

I need your help to learn how to install Camunda BPM for PHP. Now go to the official page and download the sdk but I do not understand if I should put those files in my project or follow the other alternative that says on the page. If someone has…
Ivan92
  • 5
  • 2
-4
votes
1 answer

camunda on cloud

I tried to run camunda on cloud run …it works but on the login page I type demo demo…does not work (failed ) …help me to know where is the right user and password to log in.
-4
votes
1 answer

how to resolve the issue of outgoing message transfer between two different pools in camunda?

I have a problem When I use two or more pools in the same process diagram in Camunda process model, the simulation does not work well. In particular, it seems that tokens do not pass through the message flow and so the two pools work separately and…
1 2 3
77
78