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

Implicit termination pattern


The following table summarizes the details around Implicit Termination:

Signature

Implicit Termination Pattern

Classification

Termination Pattern

Intent

To end a process gracefully when no more activities/tasks/subprocesses need to be performed in the process.

Motivation

The process needs to end successfully, that is, when no remaining objectives are left to achieve in the process.

Applicability

End event.

Implementation

An implicit pattern is similar to an end event, where a process token gets completed for the process and the process instance is completed. This is the point where the last token gets terminated. This is termed as implicit termination, as the process token termination happens implicitly and is taken care of by the BPM process engine.

Known issues

NA (not available in the case of Oracle BPM as it directly supports this pattern).

Known solution

NA

Amalgamating implicit termination in the process flow

To demonstrate...