I have a task that pulls a file from an FTP site from a ftp file trigger when the file becomes available. However, I also have the Job set to run on a schedule as a backup in case the trigger fails. The problem I am running into is that , if the trigger worked and downloaded the file from the ftp site, which it deletes after success, the scheduled event will produce an error saying the file does not exist and stop the job from going on to the next task. This is fine, but what I want to happen is when the scheduled event runs, if there is no file to download, i want it to say successful, but stop the job instead of going on to the next task. I have unchecked the No file(s) downloaded in the Only selected errors option, but I am having trouble using the Output result in a flow condition. Basically , if the Output says No Output then stop job. This does not seem to work if the task condition is set to: On Success>If Output> String => Value/Variable> where I set the Value to No Output.