02-08-22 08:27 AM
Hello everyone,
We can use the following native functions offered by Blue Prism to gather the type of Exception, the Exception message, and on which stage the Exception took place at any time during your automation when you need to gather information for the Exception that happened.
1) Exception Type: Indicates the category of exception that occurred. Internal, System Exception, Business Exception, etc. are a few examples.
2) Exception Detail: Displays the error message for you. The developer may have defined an exception stage, or Blue Prism may internally create these details.
3) Exception Stage: Gives you information about the name of the stage at which this exception occurred.
Keep in mind that this will only function if the process is in recovery mode where your Exception is alive and this data will be nullified post Resume stage.
Why gathering this information might be crucial?
Users can save this data for a variety of uses based on their needs, however, the points listed below are some of the ways you can make use of these captured exception data.
"Without Exception, what is Automation?"
What are your thoughts! Feel free to add more insights to this #BPTechTips.
#BPTechTips #TipOfTheDay
09-08-22 04:33 PM