@alfo19972 I created a sample workflow. The construct in fact is not as easy as I thought …
What goes into the Component is a Flow Variable with a Path “var_my_file” that would point to the CSV file. The configuration would allow to specify how often the machine should try to open the file.
If something fails it would wait one second and then try again.
In order for the thing to work I have stored the results from the CSV in a temporary table that will be re-loaded at the end if the import of the CSV is successful.
If the success = 1 then this will also serve as the port variable steering the re-load of the temporary file. If there is no success there will be no file and the Flow Variable will be 0.
The counting of the ports starts with 0 so 1 is the second one:
Try - Catch, Loop until a File has successfully been loaded.knwf (199.5 KB)