I have a real simple question that i can't seem to find the answer to. I have several inputs and each input goes through its own transformation to get the data in the same format then the files are Unioned to get one output. The problem is that sometime some of the inputs are missing and that prevents the workflow from running. How can i build something that will return a message in the output that says that file was missing (while still returning the results for all the other files.
I have attached a real simple workflow. 2 of the inputs exists but the third is missing. In my main workflow there are 20 plus files and the file format is different for each which means there are different transformation steps between the input and the Union.