Book Image

Oracle BPM Suite 12c Modeling Patterns

By : Vivek Acharya
Book Image

Oracle BPM Suite 12c Modeling Patterns

By: Vivek Acharya

Overview of this book

Table of Contents (19 chapters)
Oracle BPM Suite 12c Modeling Patterns
Credits
Disclaimer
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Allocated Exception Handling Pattern


The following table highlights some important facts about the Allocated Exception Handling Pattern:

Signature

Allocated Exception Handling Pattern

Classification

Exception Pattern

Intent

The intention is to handle the timeout exception in subprocesses.

Motivation

To handle timeout exception in subprocesses.

Applicability

The token is assigned to an activity. When the exception occurs, the token gets allocated to the subprocess. The state of the process instance now depends on the state of the allocated subprocess. The following are different scenarios for that:

  • Allocated-Complete: The token gets allocated to a subprocess and the subprocess gets completed

  • Allocated-Error: The Token gets allocated to a subprocess and the subprocess gets an error

  • Allocated-Terminate: The token gets allocated to a subprocess and the subprocess gets terminated

Implementation

Check the process state diagram. This has a sequence flowing from TBE (timer...