Configuring Error Events

Error events are configured in the Properties view.

For a catch error event, you can do the following:

  • Catch All Errors
     (default) Catches any error thrown by any event.
  • Catch Named Errors
     To do this, click Select Error and select the Select Unspecific Error By Name Only checkbox. The dialog lists the catchable error codes. Select the error codes that you want to catch. This configures the event to catch the selected error from any activity.
  • Catch Specific Errors from Specific Activities
     Click Select Error and deselect the Select Unspecific Error By Name Only checkbox. The dialog lists events and activities that throw error codes. Expand the desired event or activity to catch a specific error thrown by a specific activity. For example:

  • Catch Specific WSDL Fault
     WSDL faults are caught in the same ways as other errors (either named WSDL faults, or specific errors from a specific service task). For example:

    In this example, the catch error event is attached to the service task. The error is thrown by a process in a different project (see Creating References in the Project Properties).