Activiti workflow day04 activiti usage example
Create process
To operate the Activiti engine, you need to go through org Activiti. engine. The services exposed by the processengine instance You can operate an org Activiti. engine. ProcessEngine
Create a workflow for leave application:
Release process
Any data related to "static" resources (such as process definitions ...
Added by CrashRoX on Wed, 09 Mar 2022 14:56:51 +0200
New java8 feature: Stream stream
Stream stream
The new features of Java 8 are mainly Lambda expressions and streams. When streams and Lambda expressions are used together, the characteristics of stream declarative processing of data sets can make the code concise and easy to read
What is flow
A stream is a sequence of elements generated from a source that supports data proc ...
Added by tomdumont on Sun, 06 Mar 2022 05:13:16 +0200
Using Camunda process engine, about the use of Inclusive Gateway
When using the open source camunda process engine for secondary development, the gateway must be contacted. Camunda's Modeler tool provides four types of gateways: Exclusive Gateway, Parallel Gateway, Inclusive Gateway and event based gateway. Each gateway has its own unique functions. This article will first introduce Parallel Gateway.
Incl ...
Added by toms100 on Fri, 04 Mar 2022 08:38:16 +0200
Using Camunda process engine, about the use of Parallel Gateway
When using the open source camunda process engine for secondary development, the gateway must be contacted. Camunda's Modeler tool provides four types of gateways: Exclusive Gateway, Parallel Gateway, Inclusive Gateway and event based gateway. Each gateway has its own unique functions. This article will first introduce Parallel Gateway.
Para ...
Added by breath18 on Thu, 03 Mar 2022 06:19:05 +0200
Using Camunda process engine, about the use of Exclusive Gateway
When using the open source camunda process engine for secondary development, the gateway must be contacted. Camunda's Modeler tool provides four types of gateways: Exclusive Gateway, Parallel Gateway, Inclusive Gateway and event based gateway. Each gateway has its own unique functions. This article first introduces Exclusive Gateway.
Ex ...
Added by MinDFreeZ on Wed, 02 Mar 2022 07:57:42 +0200
How to realize countersignature based on camunda: process configuration and principle analysis of camunda countersignature
1, Background
The famous open source process engines in the market include osworkflow, jbpm, activiti, flowable and camunda. Because jbpm, activiti and flowable process engines appeared earlier and are widely used by domestic people, we don't know much about camunda process engine. In fact, camunda is better than jbpm, activiti and flowable ...
Added by Scip on Fri, 28 Jan 2022 16:27:44 +0200
Camunda call external sub process (Call Activity) example
Camunda subprocesses can be implemented in two ways: Embedded Subprocess and Call Activity. The following describes the implementation of camunda external sub process (Call Activity). Through examples, it introduces how the main process initiates the sub process and how the variables between the main sub processes are transferred.
1, What is ...
Added by Rangana on Wed, 19 Jan 2022 06:34:04 +0200
Activiti7 Event Listening
Personal blog address for this article: Activiti7 Event Listening (leafage.top)
I haven't taken notes for a long time. Recently, I've done some things about workflow and recorded some experience using activiti 7.
Requirements:
Send notification reminders for process approval to related personnel during process initiation and process ope ...
Added by trinitywave on Sat, 25 Dec 2021 22:32:00 +0200
Getting started with Activiti7 workflow and basic usage
catalogue
1, Workflow introduction
1.1 concept
1.2 workflow system
1.3 applicable industries
1.4 specific application
1.5 implementation mode
2, Activiti7 overview
2.1 introduction
2.1.1 BPM
2.1.2 BPM software
2.1.3 BPMN
2.2 use steps
1, Workflow introduction
1.1 concept
Workflow
(Workflow)
, is to automate the managemen ...
Added by sullyman on Tue, 21 Dec 2021 11:09:04 +0200
Activit7 process design and basic use of process API
Activiti Designer process designer
Installation of Activiti Designer
visit https://plugins.jetbrains.com/plugin Search for the actiBPM plug-in and download it (or search for the plug-in name and installation in the version conforming to the IDEA). The supported IDEA version is 2019.1.4, and the plug-in is not supported in higher versions. ...
Added by demouser on Tue, 14 Dec 2021 03:44:52 +0200