PDA

View Full Version : To execute a flow after the creation of a file


ROSE
02-20-2003, 11:50
Hi all,

We are currently running in version 4.0.1.
I want to trigger the execution of my flow every day, but not at a fixed time. I want to execute it after the creation of a file (in fact a SAP file coming by CFT).
Is it possible on this version?

Thanks for your help,

Phil

vinodravi
02-20-2003, 11:59
Schedule a flow to check whether the directory is empty or not. If not empty then run the process and exit.
The problem with this approach is that if you are going to keep the file in that directory, we will have to figure out a way to stop this.
Are you running a Business connector?
Good Luck