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?
How many End Stages can a sub-page in a Process have?
Study at the following diagram which is an extract from a process being tested in Process Studio:
There are no breakpoints in the "Access Customer Account" subpage however there is an error
What will happen if you choose to step over (F10) when debugging the process?
Examine the flow below:
An error has been encountered on Page 1 and the exception has bubbled up to be recovered in the Recoverd stage The Yes' path has been taken from the "Throw new Exception?" decision stage. Consider the Throw Exception stage properties below:
How should the properties be configured for the Process to throw a new Business exception, i.e. a different exception to the one encountered in Page?