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

Asynchronous interaction pattern


The BPM process can invoke an asynchronous process or service using the Message Throw Event or Send Task. The process can use either the Message Catch Event or Receive Task to receive a response from the invoked process/service. When we invoke an asynchronous process or a service, the invoked process or service becomes a child of the calling (invoking) process. This section will uncover how to invoke an asynchronous process or service using the Message Throw and Catch Event. This section also has a subsection on invoking an asynchronous process or service using the Send and Receive Tasks. The following pattern table illustrates the pattern signature for an asynchronous request response (request callback) pattern:

Signature

Asynchronous Request-Response (request-callback) Pattern

Classification

Interaction Pattern

Intent

Invoke an asynchronous operation on an asynchronous service or process.

Motivation

When an asynchronous process or service...