I’m a regular KNIME user and I’ve been wondering - is there a way to track where specific component templates are used across different workflows? If there is, and I’ve missed it, I’d appreciate your guidance!
If not, I think adding this feature, especially for local workflows, would be a great help. It would simplify access to specific workflows
Thanks for your time and all the work you do on KNIME!
I tested with a quick workflow to identify the component used across all the workflow. In my example, the name of component is “DB Credentials”. When I use that component, a folder is created in the workflow with the name “DB Credentia (# and a number)”. I don’t know why full name is not appearing, but it is not my concern at this point of time. The full workflow will look like this.
Just give the main workspace folder as the input to the list files/folders node. Convert path to string. Then filter out metadata with the rule-based row filter. Then I filtered the rows for the node_input using the row filter as below.
Thank you both @kamtaot and @takbb! I’ve appreciate your help.
With the 2 takbb’s component I could find the workflows I was looking for.
Anyway, it would be nice to have a similar function integrated in the KNIME AP. It would make it much easier to find workflows!
Thanks!