Continue Execution Exception Handling Pattern

The following table highlights some important facts about the Continue Execution Exception Handling pattern:

Signature

Continue Execution Exception Handling Pattern

Classification

Exception Pattern

Intent

The intention is to handle exceptions raised by the invoked (called) process/service in the invoking (calling) process / service.

Motivation

Handle exception in invoking activity using boundary event.

Applicability

This pattern showcases those scenarios of exception handling where an exception is not handled by the invoked process/service. That exception will propagate outside the invoked process/service. An assigned activity has invoked a process/service that experiences an error. ...

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.