Documentation forTask Factory

Task Factory Error Row Handling

 Task Factory users running version 2020.1.4 or older (released prior to May 27, 2020): There's an important Task Factory update. Please visit here for more details.

Using Error Row Handling

Many components allow for error row handling. These features can be found at the bottom of all Task Factory components that include this functionality.

Task Factory How to handle errors Example

Note:  Some components cannot use the Not Used option. This selection is omitted from their error handling options.
Error Row Handling Option Definition
Not Used

RD_NotUsed

Error handling is not used and no error constraint is available.
Ignore Failure

RD_IgnoreFailure

All errors are ignored and the package continues to execute.
Redirect Row

RD_RedirectRow
All errors are directed to an error output.
Fail Component

RD_FailComponent

On error, the component fails execution and stops the package.