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

Start events


  • BPMN element: <bpmn2:startEvent> and a child element that defines the event type as shown in the following image:

  • Description: Acts as a process trigger and can only be a catching event.

The supported start events are as follows (see the preceding image, left to right):

  • None

  • Message: <bpmn2:messageEventDefinition>

  • Timer: <bpmn2:timerEventDefinition>

  • Escalation: <bpmn2:escalationEventDefinition>

  • Conditional: <bpmn2:conditionalEventDefinition>

  • Error: <bpmn2:errorEventDefinition>

  • Compensation: <bpmn2:compensationEventDefinition>

  • Signal: <bpmn2:signalEventDefinition>