Reads current KNIME workspace to retrieve list of folders containing workspace.knime files.
Any folders containing a # character are removed from the list as these represent components within a workflow and are not valid workflow names.
The returned list shows workflows and workflow group (if applicable)
If you cannot remember the name of that workflow you were working on last week, simply drop this on a blank canvas and execute it. View the output to get a list of workflow names, date created, and last modified
@takbb Brian Bates 26 October 2022
UPDATED FASTER VERSION - 13 Feb 2025
This newer faster version adds a recursive loop and a nested table row to variable loop to more intelligently find the workflow.knime files that indicate that a folder is actually a workflow. This replaces the full subfolder search performed previously by the List Files/Folders. As a result, it is doing far less subfolder searching and the performance gain is huge. On my own system it now returns in 0.5 seconds what v1 took over 90 seconds to achieve!
Any folders containing a # character are removed from the list as these represent components within a workflow and are not valid workflow names.
The returned list shows workflows and workflow group (if applicable)
If you cannot remember the name of that workflow you were working on last week, simply drop this on a blank canvas and execute it. View the output to get a list of workflow names, date created, and last modified
@takbb Brian Bates 26 October 2022
UPDATED FASTER VERSION - 13 Feb 2025
This newer faster version adds a recursive loop and a nested table row to variable loop to more intelligently find the workflow.knime files that indicate that a folder is actually a workflow. This replaces the full subfolder search performed previously by the List Files/Folders. As a result, it is doing far less subfolder searching and the performance gain is huge. On my own system it now returns in 0.5 seconds what v1 took over 90 seconds to achieve!