To Recursive Loop or Not To Recursive Loop. That is the question!

Hi @FrankColumbo ,

I create4 something like it, but different propus.

I create a table with all workflow names, file path and a select column with 0 or 1 values as bolean. With row filter, I’ll select only I need to pass from the table, you can sort if you set priorities too.

Then, I call Table Row to Variable Loop Start and Select the name from workflow columns to run 1-to-1.

Inside I just make a call to this workflow using the flowvariables with the path (as real path) and close the loop with Variable Loop end.

So you have just set it and be happy!

Follow the workflow for you:

KNIME_project_table_loop.knwf (25.5 KB)

BR, Denis