This online help file is for the Advanced Workflow Engine v8. For other versions, please refer to http://help.globalscape.com/help/index.html. (If the Index and Contents are hidden, click Show Contents pane in the top left corner of this topic.) |
The Error Causes properties allow you to modify how this step should behave upon the occurrence of an error. The default behavior is to monitor for the occurrence of all errors, however, these properties can be set in order for this step to ignore certain errors or only react to specific errors. It also allows you to set the length of time this step should be permitted to execute before causing a timeout error. If any Error Causes conditions are met during task execution, the procedures set under the On Error properties are carried out.
NOTE: All Error Causes properties are optional entries.
Can be used to ignore non-critical errors to allow task execution to proceed without interruption. Can also be used to set a timeout value for time-sensitive steps.
Property |
Type |
Default |
Markup |
Description |
The following problems should cause this step to error |
Text |
All Problems |
AM_ERRORS="18999,18998,20008" |
Allows you to select / de-select specific errors that will cause this step to fail. The available options are:
|
Custom problem codes |
Text |
(Empty) |
AM_ERRORS="18999,18998,20008" |
Allows a custom error code to be entered in case it does not appear in the list of errors. This parameter will adhere to the specifications set under the parameter labeled The following problems should cause this step to error. Variables can be used in this parameter. NOTE: Use AMError to determine specific information about an error. |
Timeout and error after this period of time |
Number |
(Empty) |
AM_TIMEOUT="20" AM_TIMEOUTSCALE="seconds" |
Allows you to set the total amount of time this step should be allowed to execute before generating a timeout error. For example, a SQL Query step is set to timeout after 30 seconds. If the query took longer than 30 seconds to complete, the step would generate a timeout error and the instructions set in the On Error properties would be carried out. This parameter is disabled by default. |