cancel
Showing results for 
Search instead for 
Did you mean: 

Exception handling in NW BPM

justin_santhanam
Active Contributor
0 Kudos

I'm in the process of migrating( creating new) the existing ccBPM designs in NW BPM. Most of the existing design has the Exception handling model, do we have any option similar to that in NW BPM? For example, when we call the proxy in SAP it could timeout or the server is down etc.. These patterns were handled in the ccBPM, would like to know how to achieve the same in NW BPM.

Thanks for your responses, and I highly appreciate it!

~Justin    

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Justin, please check out SAP help on Modeling Exceptions and Exceptions Handling, you are probably looking for a boundary event?

The boundary event handles an exception that has occurred while the activity has been performed

You may also have a look at and check the incoming links of this blog.

Answers (1)

Answers (1)

Former Member
0 Kudos

You can use Intermediate Timer and Notification to achieve your requirements.

If the message is not received, say one hour, it triggers the Notification step which can send an task list to the user.