ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 175 - AD01 discussion

Report
Export

Please refer to the exhibits.

An error has occurred in the Update Data' action and has been captured by the Recovery stage. As part of the retry logic, the 'No' path has been taken How should the properties be configured for the process to throw the exception that was encountered on the Update Data action''

A.
Use Business Exception in the Exception Type field and type 'Update Data Failed' in the Exception Detail field
Answers
A.
Use Business Exception in the Exception Type field and type 'Update Data Failed' in the Exception Detail field
B.
Enable Stage logging and leave the 'Preserve the type and detail of the current exception' option un-Ucked
Answers
B.
Enable Stage logging and leave the 'Preserve the type and detail of the current exception' option un-Ucked
C.
Use System Exception in the Exception Type field and ExceptionDetail(} function in the Exception Detail field
Answers
C.
Use System Exception in the Exception Type field and ExceptionDetail(} function in the Exception Detail field
D.
Tick the 'Preserve the type and detail of the current exception' checkbox and leave all other fields to their defaults
Answers
D.
Tick the 'Preserve the type and detail of the current exception' checkbox and leave all other fields to their defaults
Suggested answer: D

Explanation:

Exception Handling:

When an error occurs and is captured by the Recovery stage, it is often necessary to re-throw the same exception after attempting any retry logic.

Preserve Exception Details:

The option to 'Preserve the type and detail of the current exception' ensures that the original exception details are not lost and can be propagated further.

This is crucial for accurate logging and troubleshooting, as it keeps the original context of the exception.

Configuration:

In the Exception stage properties, tick the 'Preserve the type and detail of the current exception' checkbox.

Leave other fields such as 'Exception Type' and 'Exception Detail' to their defaults, as these are unnecessary when preserving the existing exception details.

Blue Prism documentation on exception handling and recovery stages.

asked 16/09/2024
Rozsahegyi Jozsef
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first