From the course: Introducing Blue Prism

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Process layer exception handling

Process layer exception handling - Blue Prism Tutorial

From the course: Introducing Blue Prism

Start my 1-month free trial

Process layer exception handling

- [Narrator] You now have a bit more information how exception handling is performed in the object layer. I will now have a look at how this is being done in the process layer. When it comes to the process layer, there are a few things which need to be considered when designing and building those. For example, if there is an issue with an air table application at any stage of the workflow, there are a few ways by which this could be handled. If we look at the Get All Orders page, the required exception handling should be included if anything goes wrong with the download of the orders. For this purpose, we will try to restart the application and go back to the same screen to retry the download of orders. For this purpose, we are going to use two stages, which are associated with the right exception handling. And these are: Recover (mouse clicking) and Resume. (mouse clicking) In order to be able to restart the application, we are going to require to create one more action in the…

Contents