EgatlovS / apartmentcleaningprocess

Camunda Process with Parallel Gateways

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apartmentcleaningprocess

Just played around with some parallel gateways!

Parallel Gateway

A parallel gateway does'nt mean your process is multithreaded when reaching it. It just means your splitting the token. The converging one just waits until each incoming sequenceflow shipped a token and synchronizes them afterwards. !Note! If conditions are defined on the sequence flow connected with the parallel gateway, they are simply ignored


bpmn model

apartmentcleaningprocess


Stuff used to make this:

About

Camunda Process with Parallel Gateways


Languages

Language:Java 100.0%