Step Error Handling

AWE provides a variety of ways to automatically respond to errors in task steps. These errors can include files or windows not being found at runtime and other more subtle, unexpected conditions that can cause a step to fail.

Step level error handling can be set in the properties dialog box of an action. Every action in the available actions library contains two special tabs related to error handling, Error Causes and On Error.

The Error Causes properties allow selection of specific types of errors that will cause the step to fail. The default behavior is to monitor for all errors, however, the properties can be set in order for the step to ignore certain errors or only react to specific errors.

The On Error tab is used to designate how AWE should respond to an error. The default behavior is that task execution stops in the immediate step that encounters the error, however, properties can be set to continue to the next step in spite of the error. An assortment of other on error options can be chosen as well (i.e. send email, play a sound, write to log, set variable, etc.).

Error Causes Tab

The Error Causes tab allows the task developer to determine what conditions AWE should consider an error for each step. During task execution, if one of these conditions are met, the specified actions in the On Error Tab are carried out. (Properties are illustrated below).

error_causes.jpg

On Error Tab

The On Error tab allows the task developer to determine what AWE should do if a particular step encounters an error as defined in the Error Causes tab (Properties are illustrated below). Three sections are provided in the On Error properties, each containing its own set of error procedures or actions.

on_error.jpg