Sample AgileConnector for Custom Exception Handling
With AgilePoint NX, you can use out-of-the-box exception handling for activities , or you can use custom logic for activity exception handling. For out-of-the-box exception handling functionality, AgilePoint NX writes activity exception information (e.g. error message and status) to process data variables you can see in the Manage Center, or get in reports. The following information shows how to extend the out-of-the-box exception handling capabilities for activities to call on a custom exception handler AgileConnector to do more refined custom exception handling.
This topic gives a sample AgileConnector (including source code) for custom exception handling.
Prerequisites
Good to Know
- Errors in SharePoint and SAP tend to be severe with respect to AgilePoint processes. By default,
when one of these errors occurs, the process is
Suspended.
If you set
ExceptionHandlerScope property to Global on the SAP and SharePoint activities, you
can configure any behavior.
For more information, refer to Properties - System Activity screen.
- For AgilePoint BPMS v5.x, refer to AgileConnector Sample for Custom Exception Handling.