I remember in Alteryx there’s some way to basically do assertions - you can have a workflow where bad values are collected in some table, and connect that with the message node. If the table is non-empty, it would generate a message and make your workflow fail on execution.
Is there a way to accomplish something similar in KNIME? We looked at the breakpoint node, but we were only able to make it generate an error when a table is empty (rather than non-empty), and it also is not very obvious that something broke (it will not create an obvious error dialog etc., mostly a little x on the node).
Thanks!