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

The Debugger feature


The following feature table highlights facts around the Debugger feature:

Feature

BPM Debugger

Category

Analysis and Discovery Pattern

Intent

To identify and fix logical or workflow issues in the process.

Motivation

It's a preventive approach to know in advance various challenges in the logical and process flows. The Debugger feature allows us to track the BPMN process, inspecting process instance attributes, drilling into data objects, watching correlation keys and conversations, and, above all, allowing us to inspect the message values sent from and returned to the BPMN components.

Applicability

Processes logical thread while executing and activates various frames that contain sets of data values which represent process data objects and attributes. The BPMN process, subprocess, callable subprocess, and event subprocess are data-declaration containers. When a process starts or enters one of these containers, a new frame is created. The debugger will...