ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 141 - AD01 discussion

Report
Export

Examine the following extract taken from an Action in Object Studio:

What problem do you see with the current configuration of this Action flow?

A.
The Retry Limit data item is set to 10 when it should always be set to 3
Answers
A.
The Retry Limit data item is set to 10 when it should always be set to 3
B.
There is a missing Resume stage on one of the routes through the flow?
Answers
B.
There is a missing Resume stage on one of the routes through the flow?
C.
There is a missing Recover stage on one of the routes through the flow
Answers
C.
There is a missing Recover stage on one of the routes through the flow
D.
There is nothing wrong with the current configuration
Answers
D.
There is nothing wrong with the current configuration
Suggested answer: C

Explanation:

Understanding the Diagram:

The diagram shows an Action in Object Studio with retry logic and exception handling.

The flow includes a Retry Limit, Retry Count, and a decision point to retry or throw a system exception.

Analyzing the Flow:

Option A: The Retry Limit being set to 10 is not inherently wrong; it depends on the requirements of the specific process.

Option B: A Resume stage exists and is properly placed.

Option C: There is a Recover stage missing on one of the routes. Specifically, the flow has a decision to check for a 'Missing Element?' but there is no corresponding Recover stage before this check, which is essential for handling exceptions correctly.

Option D: This configuration is not entirely correct due to the missing Recover stage.

Conclusion:

The problem with the current configuration of this Action flow is that C. There is a missing Recover stage on one of the routes through the flow. Proper exception handling requires a Recover stage before making decisions based on exceptions.

Blue Prism Developer Documentation: Exception Handling and Recovery

Blue Prism Training Material on Object Studio and Exception Management

asked 16/09/2024
mohammed rafiuddin
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first