List of questions
Related questions
Question 139 - AD01 discussion
Examine the following Blue Prism Process diagram:
The 'Retry Limit' data item is configured as a number data item, and has an initial value of 3. The 'Retry Count* data item is configured as a number data item, and has an initial value of 0. The 'Count' Calculation stage increases the value of the 'Retry Count' data item by 1. The 'Retry? Decision stage contains logic to prevent more than 3 attempts
What is wrong with the current configuration?
A.
The Resume stage must also be within the exception block
B.
Sub-pages should not have retry logic Exception handling should be in the Object layer rather than in the Process
C.
The retry loop logic shown in the image is incorrect because it uses multiple action stages There should be a retry loop around every action
D.
The retry loop logic does not include any actions after the resume stage to ensure the application is ready to try the 'Search Screen - Perform Search' Action again
Your answer:
0 comments
Sorted by
Leave a comment first