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

Explicit termination pattern


There are certain stages in the process when you want to terminate a process instance. For example, if the salesrep user rejects the AcceptQuote task, you want the quote request to get terminated and all the remaining tasks/activities and subprocesses to end. This is achieved by terminating the end event in the process.

The following table summarizes the details around Explicit Termination:

Signature

Explicit Termination Pattern

Classification

Termination Pattern

Intent

To explicitly end a process when the process has a certain specified flow pattern.

Motivation

The process needs to end explicitly, and this will terminate all the remaining tasks/activities and cause the processes to end.

Applicability

This event terminates the end event and the Error End Event.

Implementation

When the process token reaches this end event node, all the remaining activities in the process need to be cancelled and process instances get completed. However, the...