Book Image

Oracle BPM Suite 11g: Advanced BPMN Topics

Book Image

Oracle BPM Suite 11g: Advanced BPMN Topics

Overview of this book

Oracle BPM Suite is a popular and highly capable business process management system with extensive integration capabilities. BPMN, one of the most widely used process modeling notations, includes advanced capabilities for inter-process communication, working of arrays of data, and handling exceptions. However, these very same areas are often poorly understood. This book gives you the knowledge to create professional process models using these advanced features of BPMN."Oracle BPM Suite 11g: Advanced BPMN Topics" is the only book available that provides coverage of advanced BPMN topics for Oracle BPM Suite, helping to fill in the gaps left by the product documentation, and giving you the information that you need to know to use BPMN to its full potential.This book covers the important theory behind inter-process communication, working with arrays and handling exceptions in BPMN, along with detailed, step-by-step practical exercises that demonstrate and consolidate this theoretical knowledge.Throughout the book we'll cover topics including different types of sub-processes, initializing and manipulating arrays, using the multi-instance embedded sub-process, fault propagation and more.With "Oracle BPM Suite 11g: Advanced BPMN Topics" in hand, you'll gain detailed and practical experience in using the advanced features of BPMN to create professional BPMN processes with Oracle BPM.
Table of Contents (12 chapters)
Oracle BPM Suite 11g: Advanced BPMN Topics
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 4. Handling Exceptions

Exception is a term we use to describe an event that occurs in the execution of a business process that is not normal. It does not imply that the event was unexpected, but rather that the event would not usually occur when the business process was executed under normal circumstances. In fact, part of designing a high quality process is ensuring that you anticipate exceptions that may occur and model exception handling logic into your process definition.

There are different kinds of exceptions that can occur in a business process. Broadly, we categorize these into two groups:

  • Business exceptions: These are exceptional circumstances that occur from a business point of view. For example, in an ordering process the unavailability of inventory to fulfill an order could be considered a business exception. With good business engagement and modeling practices, it is possible to understand most, if not all, possible business exceptions for a given business process...