How do you color-code "nodes" in your KNIME workflows? Tips for visual organization

so I take that you want to make this automated.

In general this does not work with KNIME out of the box.

One solution approach could be to use an extension which contains the node annotator:

You then built a logic for those nodes where you want to “quality-check” the data which indicates correct/incorrect data and you then annotate the node with e.g. colorful emojis like :white_check_mark: for OK and :x: for not OK…

1 Like