I'm evaluating the program and I want to know the best way to simulate a current program/process we have that:
* Between 1:00PM and 3:00PM, 'wakes up', checks for the existance of a file, and if found runs a particular application that processes the file.
I see that there is a file watch type event, which would work in some of our cases, but where do I put the interval (1-3:00PM). Is that in the flow? (once the file is processed, the job need not run again that day). Is that in the trigger?
Thanks in advance, and if the problem is solved, we will be purchasing the product.