Tracing back Flow Variables

Hi,

while wortking toward my Knime Traininer Certification it incurred to me that there is no elegant solution to identify possible root causes triggered by flow variables. Only the point of failure is clear.

But when a flow variable gets accidentally deleted (worst case) or a component is created, required additional configuration, or more simply a flow variable type or value get altered unintentionally, it is difficult to trace that back.

I’d like to porpose a feature to listen to variables which will result in console output of all nodes creating, modifying or leveraging said varaible. Furthermore, a feature to traverse the workflow or jump to each related node / component for quick inspection would drastically speed up debugging.

Best
Mike