Assembling the Main.xaml file
It's time to run the process, but let's invoke the Read_From_Queue
workflow inside the Main.xaml
file before running the process:
- In the
Main.xaml
workflow, from the Project panel, drag and drop theRead_From_Queue
workflow underneath theMaximize Window
activity. - Add a
Close Tab
activity below it:
Now, let's run the entire process by clicking on the Run button from the Design ribbon bar. The process completes without any errors, and all the new transaction items from the queue have been processed and marked as successful:
Congratulations! You have successfully built the automation for the performer model of the invoice processing process. Now you can publish the code to Orchestrator to run the bot from the Orchestrator page or using the UiPath assistant.