Top "Camunda" questions

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

Sonatype Nexus - unable to find valid certification path to requested target

I am using a local Sonaty Nexus where I am proxying a couple of external Maven repositories. Up to now …

security maven https nexus camunda
Is jBPM dying? What is the future of jBPM and Activiti BPMN?

I have heard that the developers of "jBPM" have transferred to "Activiti BPMN 2" in recent times (ex: Tom). I am …

jbpm activiti bpmn camunda flowable
Camunda BPMN - Task listener vs Execution listeners

I've been using Camunda BPMN 2.0 for one of my workflow applications. In one of my service tasks, I created an …

bpmn camunda
How to setup conditionals for BPMN2 Exclusive Gateway

I'm using Camunda BPMN2 for the first time in my spring project and trying to get my head around a …

java spring bpmn camunda
Comparison between Camunda and Alternatives (Activiti)

I'm doing a comparison between Camunda & other alternatives (eg. Activiti) as a part of a feasibility study. I would …

java activiti bpmn camunda
How to use Camunda BPMN Send task and Receive Task

I am newbee in Camunda BPMN 2.0, i need help on how to implements and use send and receive task from …

camunda
How to query running instances of a process definition?

Does the camunda engine provides an API to query all running instances of a certain process? Does this query includes …

java business-process-management bpmn camunda
Set variables on task in camunda

Is it possible to set variables to an user task in the camunda definition xml? I would like to set …

business-process-management camunda
How do I deploy BPMN process to process engine with Camunda Spring Boot

I have built a Camunda BPM with Spring Boot as a Standalone Process Engine, it will be waiting some requests …

spring-boot bpmn camunda
build workflow engine with Akka

In our Scala/Play application we use activiti. (also experimenting with camunda) users can create workflows (shown in this picture …

scala playframework akka activiti camunda