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 -
How to bypass a particular validation if it is in suspended state ?
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.