List of questions
Related questions
Question 13 - AD01 discussion
Examine the following Blue Prism Process flow:
The Process is intended to attempt to perform the processing enclosed in Block1 a maximum of three times before throwing an exception
The 'Attempts' data item is a number data item with an initial value of 0.
The 'Max Attempts' data item is a number data item with an initial value of 3.
The 'Increment Attempts' Calculation stage increases the value of the 'Attempts' data item by 1.
To enable this to work correctly, what is the correction Expression for the 'Increment Attempts' Calculation stage?
A.
+1
B.
Attempts +1
C.
Max Attempts + 1
D.
{Attempts + 1
E.
[Attempts) + 1
Your answer:
0 comments
Sorted by
Leave a comment first