need something like file event that checks to see if a file is there for 15 minutes and if it is send an email.
File event makes you move or delete a file. we do not want to do anything to the file, only send an email alert
we want a file dependency to kick off when we receive a file that has a dynamic name.say on Monday we receive file abc1 and Tuesday we receive file abc4. We want the dependency to be met if it sees abc (*) anything as long as the file starts with ab...
if a particular file has been out in \\batchfiles\workfiles$ for more than 15 minutes.
so if \\batchfiles\workfile$\testABC has been sitting in that directory for more than 15 minutes our BA needs to be notified.
I wish File Event would have a 3rd o...