Hello!
I have a workflow with two containers.
1 - The first container generates an output file to a dynamic file path and file name.
2 - the second container generates an output file based on a file with specific name/folder.
I`m struggling to only run the first container IF the output file isn't found (i dont want the flow to overwritte it, basically). I also want the second container workflow to run only if the input file is found.
I dont want error messages, if file isnt found, just ignore the flows. Is it possible? I've been looking everywhere and still can't make it work....sorry if the question already has been answered.
How can I achieve this?