Deploying with the end user experience in mind
With the initial development and testing of the use case complete, we can venture into deploying the automation into a production environment. However, before deploying into production, there are a few items we should add to the automation in order to improve the end user experience. In this section, we will create a dispatcher, an additional workflow to dispatch our Main-Attended.xaml
file. After creating the dispatcher, we will add a couple of dialog boxes to keep the end user informed about the status of the automation. Once complete, we will be ready for the last section, deploying the automation into production.
Creating the dispatcher
You may have noticed from testing the use case during the last section that we can only run the automation for one receipt at a time. Because the Document Understanding Process template is configured to handle one document at a time, we need to create a mechanism that dispatches the Document...