How to pause read queue and continue

Hello UiPath Community,

Currently i’m working on document understanding. Here is a quick flow for my project

  1. User sent PDF file to email and queue created in orchestrator
  2. Trigger will get the queue and read the value in PDF file using Document Understanding
  3. All information gathered will be stored in excel

Now, the problems exist when the document understanding activities has reach 50 file per hour since i’m still using the community license.

Thus, is there any activities or settings that i can configure such as pause the trigger to read the queue and continue read the next queue after say an hour?

Need your assistance on this

Hi @aanwaris ,

We could use a Delay Activity after Checking if the Files have reached the Limit.

or We Could also use the Resume After Delay activity which would keep the Robot in a Suspended State until the Time Limit has passed.

We would require the Peristence Activities package for using the above activity.

Let us know if you have already tried the above and get back if it didn’t work.