Is there a way to design the bot in such a way that the bot should continue processing the successfully extracted data without waiting for manual intervention and verification. The files that need manual validation in action center must be picked up in the next bot run?
Suppose I have 10 files and 5 files extracted all data successfuly and write data in excel, other 5 files need human validation and sent it to action center and its unassigned. Now the bot should end the run instead of suspended state and provide me result only of 5 successful files and later I need to execute a bot which picks all unassigned action center items and do the remaining process.