Camunda development record of workflow -- common API s and processes

What is it A workflow engine is Activiti I don't care much about the introduction of many other places Do what? What I recorded this time is that only one shell of the workflow engine is used for secondary packaging development The specific process is: 1,Pass on his own Json Structure. Of course, you need to ad ...

Posted by sparks on Fri, 18 Feb 2022 14:09:32 +0100

Camunda Conditional Events example

Camunda Conditional Events: defines an event that is triggered when a given condition is evaluated to true. It can be used as the starting event, intermediate event and boundary event of the event sub process. Start and boundary events can be interrupted and uninterrupted. In camunda, Conditional Events are triggered with the help of process va ...

Posted by SoaringUSAEagle on Sat, 12 Feb 2022 05:38:53 +0100

Camunda Integration Series Tutorial 2 - Turn on camunda privileges

1. Select an open source project First, before starting the integration project, choose an open source project as the "base" for integration. Because the author is familiar with Xiao Noo's open source project, choose the vue monomer version of xiaonuo as the base for integration: https://xiaonuo.vip/ Of course, if you are familiar w ...

Posted by jawaidpk on Thu, 30 Dec 2021 03:55:43 +0100

How camunda uses script nodes

In camunda, the script task is an automatic activity. When the process executes the script task, the relevant script is automatically executed. Camunda supports mostly JSR-223 compatible script engine implementations, such as Groovy, JavaScript, JRuby and Jython. This paper focuses on the description of the script engine based on JavaScript, ...

Posted by CoB-Himself on Mon, 13 Dec 2021 07:37:28 +0100