Recover and Resume stage used at object level should be at the process level.

Shweta

Active Member
Hi,

Can anyone please assist on below query.

Attaching the screenshot of both Process and Object which will give you the idea on how I have done the exception handling, which when I am running is working perfectly fine.
However, I have been told that: Recover and Resume stage used at object level should be at the process level. Please change accordingly.

Can anyone please assist, if possible with help of screenshot.

Thanks!
 

Attachments

  • ObjectStudio.PNG
    10.4 KB · Views: 64
  • ProcessStudio.PNG
    8.1 KB · Views: 55

Sukesh Kumaru

Active Member
Hello,

According to Blue Prism best practices (recommend's):
There should be no or minimal Exception Handling at Object level.

Shwetha -- You just add an Exception Stage that's it. You handle that exception at a higher level of a process i.e. on Sub-pages of finally on Main page. Remove those Recover & Resume stages from Object action pages and make sure that these stages are there at process level.

Good Luck.
 

Shweta

Active Member
Also, do you mean, for object:

1. Recover > Exception

or

2. Recover > Resume > Exception

or

3. Stage > Exception
 

Sukesh Kumaru

Active Member
Also, do you mean, for object:

1. Recover > Exception

or

2. Recover > Resume > Exception

or

3. Stage > Exception
Shweta -- Remove Recover and Resume stages from that page and make sure that Object action pages has only Exception stages, No Recover & Resume stages.
 

Shweta

Active Member
Attaching the screenshot of exception handling done in process.. Please confirm if this is correct
 

Attachments

  • Error.PNG
    15.9 KB · Views: 49
Top