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

Message-based correlation pattern


The following pattern table explains the features of the message-based correlation pattern:

Signature

Message-based Correlation Pattern

Classification

Correlation Pattern

Intent

This is the customary way to establish correlation based on your business logic.

Motivation

This provides the flexibility to identify and define custom keys and values for correlation based on business requirements.

Applicability

Managing message context across the process and the different partner services/processes that are collaborating.

We need the message-based correlation pattern for the following reasons:

  • Establishing a conversation between already running instances.

  • Any of the collaborating process/service cannot maintain a conversation message exchange.

  • There is a need to converse with an in-flight process/service.

  • The collaborating system does not support WS-addressing.

  • Interaction with the third-party system takes place using an interaction mechanism such...