Page 1 of 1

Auto Start Flow

Posted: Mon May 02, 2011 9:56 am
by Blicksem
Hello,



Can anyone help me with the following problem.



I need to execute a script that generates a simple text file.



Every 5 minutes the text file needs to be generated.



I have tried to start the flow with a InjectJob, but this one does not start until a certain time is triggered.

It should not matter on what time of the day the flow is started, but after every 5 min the file needs to be generated.





I hope someone can help me



With kind regards,



Niels Hubregtse

Auto Start Flow

Posted: Tue May 03, 2011 9:12 am
by jonasy
Hi Niels,



You can execute a script after a certain time interval using the timerFired function.



There is a small explanation of this function on the following page:

http://www.enfocus.com/manuals/Referenc ... ution.html



Kind Regards,



Jonas