I have a workflow which takes the data from an existing file x in a directory. The file x is updated every monday or wednesday. I want to check that if the file is there within the last 7 days in the directory then the workflow should run if not then the work flow should not run.
Thanks