Book Image

Mastering jBPM 5

By : Simone Fiorini, Arun V Gopalakrishnan
Book Image

Mastering jBPM 5

By: Simone Fiorini, Arun V Gopalakrishnan

Overview of this book

If you are a designer or developer who wants to build and operate business process-centric applications, then this book is for you. Knowledge of the basic concepts of application development in Java will be helpful in following the concepts covered in the book, but is not necessary.
Table of Contents (13 chapters)
12
Index

Gateways

Gateways control how the process flows.

Data-based exclusive (XOR)

Data-based exclusive (XOR)
  • BPMN element: <bpmn2:exclusiveGateway>
  • Description: Used to choose alternative sequence flows

Event-based gateway

Event-based gateway
  • BPMN element: <bpmn2:eventBasedGateway>
  • Description: Used to trigger sequence flows upon the occurrence of some event

Parallel

Parallel
  • BPMN element: <bpmn2:parallelGateway>
  • Description: Used to create parallel sequence flows where all paths are evaluated

Inclusive

Inclusive
  • BPMN element: <bpmn2:inclusiveGateway>
  • Description: Used for creating alternative flows where all paths are evaluated