Hello all !
The context :
I have a scenario that starts daily, search a FTP folder for a file, treats it and send it back to FTP for further treatment by other tools.
This FTP folder is sometimes empty, sometimes not, as a file treatment isn’t required everyday.
The issue :
When Parabola searches for the file and there is no file, the scenario crashes and I receive an error mail.
The question :
How could I prevent this from happening ?
As of now I have set up an upload to FTP at the end of the other tools flow to upload an almost empty file that Parabola can receive an treat without crashing, in case there is no real file to treat on the next day.
Thank you !