Paul Hutagalung Answered 2 Years ago through
Quizzes | 5 Points
you can create errorhandler OnError at the current task and set the system variable "Propagate" to False.
that will prevent any error message to raised to upper level (container etc)
edit: dont forget to add annotation stated that the errorhandler M...