Invoked State Exception Handling Pattern

The following table highlights some important facts about the Invoked State Exception Handling pattern:

Signature

Invoked State Exception Handling Pattern

Classification

Exception Pattern

Intent

The intention is to handle exceptions in the invoked (called) process itself.

Motivation

Implement an Exception Handling Pattern that results in exception handling in the invoked process itself. The invoked process that has experienced the error will not propagate the exception to the called process.

Applicability

This pattern considers the fact that an assigned activity has invoked a process/service and the process/service has the capability to handle the exception itself. This means that when ...

Get Oracle BPM Suite 12c Modeling Patterns now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.