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
Auto Start Flow
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
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