In a project, we use document understanding model to extract data from invoices. In this invoice extraction process, if confidence level is low, we send that invoice to a validation station to manually check & correct the low confident values. However there are some doubtful points that we want your support to clear them.
Could you please explain the Attended & Unattended bot behaviors in the following situations?
After sending the invoice with low confidence to validation station, will the bot continue processing remaining invoices?
After all corrections are done at validation station, do we have to start the bot manually?
Attended
In this scenario the bot will pause and will display a form for you to validate which is validation station so no further processing will happen till you submit it…You need nor start as it is waiting for the validation station to close
UnAttended
Here we submit the validation to action center and the bot will get suspended and will start again once the action is completed in action center. In here also we dont need to start the bot it auto starts. In this scenario we can use parallel for each which can process multipel docs and add multiple actions at same time and based on completion of each the next process for that aprticular item cn continue and for remaining it can wait…so in unattended multiple executions at same time and waiting for multiple at same time is possibe