Auto Start Flow

Post Reply
Blicksem
Newbie
Posts: 3
Joined: Mon May 02, 2011 9:15 am

Auto Start Flow

Post 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
jonasy
Member
Posts: 30
Joined: Tue Feb 01, 2011 11:50 am

Auto Start Flow

Post 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
Post Reply