How do parallel multi instance loop work in Camunda 7. 16. 6 1 I'm using the camunda-enginge 7 16 6 I have a Process with a multi instance loop like this one that repeats parallel a 1000 times This loop is execute parallel My assumption was, that n camunda executors now starts their work so executor #1 executes Task 2, then Task 3, then Task 4, and executor #2 and all others do the same
Camunda Service Task Error : Unknown property used in expression I created a simple workflow where I am calling an event subprocess in another process using a service task and I am doing this by using a Java code I configured the java class in the service task
How to parse JSON using (Inline) JavaScript in Camunda BPM Camunda Spin is a wrapper around Jackson that Camunda provides for JSON (and XML) processing While I find it very helpful for processing JSON in Java, I prefer processing JSON natively within JavaScript (in Nashorn in this case)
java - Camunda External client: TASK CLIENT-02002 Exception while . . . A spring boot application with an embedded camunda BPM (via camunda-bpm-spring-boot-starter-rest and camunda-bpm-spring-boot-starter-webapp) A spring boot application with an external task client (via camunda-external-task-client) Everything is working fine so far Our workflow is running and the external client is doing his job