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

I’ve built a workflow which employs the NodePit Node Annotator node. Read the workflow description.

The only tricky part is configuring your workflow component. When you create a component from your workflow make sure to include a Timer Info node inside the component close to the Component Output node because you’ll need to connect them.

When you replace the Sample Workflow component with your workflow component, connect it like this:

Then reopen the workflow component and connect the Timer Info node to the Component Output like this:

Close the workflow component and the main component. Execute and you’ll get the dashboard above. Here’s the workflow before and after annotation:

3 Likes