Questions tagged [camunda-modeler]

An easy-to-use desktop app for editing BPMN process diagrams and DMN Decision Tables.

Camunda Modeler is a desktop application for modeling BPMN workflows and DMN decisions. It is very easy to use, both business analysts and developers can work on the same diagrams.

Camunda Modeler supports BPMN 2.0, CMMN 1.1 and DMN 1.1 (including Decision Tables and Decision Requirements Diagrams).

226 questions
8
votes
1 answer

AWS step functions vs Camunda for workflow

I am not sure if I am comparing Apples to Oranges, but both Camunda and Step Functions of AWS seem to address the same thing: Workflows. Help me with the comparison of both, which to use when. Are they replaceable?
5
votes
2 answers

pass json in process variables in camunda process

I am trying to pass json payload in variables as value to start a process definition using engine-rest api as below:- API: http://localhost:8080/engine-rest/process-definition/processService:1:9459dbe9-6b2c-11e8-b9e8-28d2447c697a/start Body : { …
Prashant Bhagat
  • 83
  • 1
  • 1
  • 5
5
votes
1 answer

Camunda: how to model task that can be cancelled?

I want to model a process that can be initiated by receipt of a message (which will be done via a REST call). The process will lead to a task that is assigned to a user. The user will supply some extra information and then the process will…
John
  • 10,837
  • 17
  • 78
  • 141
4
votes
0 answers

Is there a way in Camunda REST API to retrieve task’s form field property?

Camunda Modeler can let us set form field properties for tasks. I would like to use this feature to store some information for frontend input field rendering, e.g. inputtype=file for file upload selector. Unfortunately, I found that the REST API…
mannok
  • 1,712
  • 1
  • 20
  • 30
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

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

How is the state of a BPMN process defined?

Assuming a BPMN process describing activities, gateways, start and end events. As follow: Each step is managed by a BPMN engine. At one point, how can we tell which is the state of the process ? Activities seem to define some state embodied as…
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: