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

Update task pattern


The following pattern table explains the features of the update task pattern:

Signature

Update Task Pattern

Classification

Human Task Pattern

Intent

To update the human task properties.

Motivation

Based on the process status or business logic, there are requirements to update user tasks. Using update task, we can define a updating sequence in our business process, which makes the process flow easier.

Applicability

We can update specific user tasks in our BPMN process using update tasks. We can selectively update users' tasks, or we can even update all the user tasks. We can only update the active user tasks. If the user task is completed or has not started yet, then we cannot update it using an update task.

Implementation

Update tasks have been added from 11g, and they offer a rich set of operations to be performed on human tasks. Using these operations, we can update the properties of the human tasks in our process. We can update a human task or...