Book Image

Mastering jBPM6

By : Simone Fiorini, Arun V Gopalakrishnan
Book Image

Mastering jBPM6

By: Simone Fiorini, Arun V Gopalakrishnan

Overview of this book

Table of Contents (18 chapters)
Mastering jBPM6
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Gateways


Gateways control how the process flows.

Data-based exclusive (XOR)

  • BPMN element: <bpmn2:exclusiveGateway>

  • Description: Used to choose alternative sequence flows

Event-based gateway

  • BPMN element: <bpmn2:eventBasedGateway>

  • Description: Used to trigger sequence flows upon the occurrence of some event

Parallel

  • BPMN element: <bpmn2:parallelGateway>

  • Description: Used to create parallel sequence flows where all paths are evaluated

Inclusive

  • BPMN element: <bpmn2:inclusiveGateway>

  • Description: Used for creating alternative flows where all paths are evaluated