Hello,
I have a question regarding the Breakpoint node in KNIME.
I understand that the Breakpoint node allows users to define custom error messages. However, when I encapsulate the Breakpoint node within multiple nested Components (more than two layers), the defined error message does not appear. Instead, a different error message is displayed.
Is there a way to ensure that the error message defined in the Breakpoint node is also visible in the outermost Component?
I would appreciate your response.
Below is an example image of the AutoML Component provided by KNIME.
[Error message defined in the Breakpoint node]
[Error message visible after encapsulating the Breakpoint node in a Component]
[A Component created including the above Component]