Robot does not sit idle it should pick next invioice

Hi Team, In Action Centre if we have multiple invoices then how bot will go for next invoice when approver is on a break.?

@abdul_raheem

Welcome to the community

For that we will us paralle for each so that multiple items can be added to action center at once and when even on ivoice is approved it would move for that

Cheers

As Anil said, either you can have parallel for each for the validation part and simple for each for the initial part where you are reading data from invoice and adding to action center. Or you can also have dispatcher performer concept, where first you add all documents to a queue and for each doc a separate job is triggered. So bot wont be stuck anywhere waiting for approval.