Skip On Error

Description

This container executes the functors within it and captures and ignores any error that may occur during the execution of the enveloped functors.

Inputs

Optional Inputs

Outputs

Group

Notes

Any error occurring in any functor within this container will be ignored, thus avoiding the premature termination of the model. In case an output is expected outside of this container, a link between the external functor and its precedent within the container must be established using a type of join functor, otherwise all subsequent execution will be canceled.

Unlike its Skip All On Error counterpart, this container does not discard the results produced by any contained functors that were run before the occurrence of an error.

Internal Name

SkipOnError