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

List builder pattern


The following pattern table highlights facts around List Builder Pattern:

Signature

List Builder Pattern

Classification

Human Task Pattern

Intent

Deriving the actual list of participants to act on the task.

Motivation

Stages have participant blocks, which have participant types. Each participant type has a routing pattern that defines the participant's behavioral pattern. In a specific routing pattern, the list of participants is derived based on list-building patterns such as the management chain, approval group, and so on.

Applicability

This specifies the collection of participants. The list builder pattern can be hierarchical, nonhierarchical, or it can be rule-driven.

Implementation

This is implemented inside the routing pattern. Each routing pattern section in this chapter covers the associated list builder pattern in detail.

Known issues

NA

Known solution

NA

The following are the different categories and functions of the list builder...