Run an automation every 5 minutes
Hi all,
The requirement is to run an automation to process PDF files in a directory every 5 minutes. When the time has elapsed, it should check whether the processing is completed. If it is not, it waits for another 5 minutes. I have used a boolean property to indicate whether the processing is completed.
I have used a timer for this scenario, but it does not get triggered properly since I am not using any windows forms. (https://collaborate.pega.com/question/pega-robotics-8-not-able-star-timer-manually)
Is there any workaround for this? The basic task is to run the automation every 5 minutes.
I am using Pega Robot Studio Proprietary information hidden
TIA