UiPath DU and Action Center for unattended process

I am developing one DU process using ReFramework. The bot will be an uattended one. I am implementing Action Center. Please help me in the following points -

  1. How to bypass a particular validation if it is in suspended state ?
  2. Can we process using parallel for each ?

Thanks,
Ritaman.

@Ritaman_Baral

  1. In suspended state bot would not run it would just standby
  2. You can use parallel for each to create multiple tasks at same time

cheers

Also in the reframework - Process xaml , we have to remove the invoked workflow right ??

@Ritaman_Baral

You need not remove any…but persistent should be in main only so wait should be in it

cheers

REFramework really isn’t the right choice for a DU process. There is a template specific to Document Understanding, you should look at that for the right way to do it. Generally you want a dispatcher that creates queue items, then a top down automation that picks up one queue item and creates the Action then waits for the Action to be completed. Then depending on your process that automation will complete the necessary steps after the Action is done, or you can have it create items in another queue that are picked up and processed to complete the items.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.