Examine the flow below:An error has been encountered on Page1 and the exception has bubbled up to be recovered in the Recover1 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 Page1?
Consider the following process flow from a sub-page of a process:What is the problem with this sub-page flow?
What is the Blue Prism Application Navigator?
A Blue Prism solution interfaces with an internet application called HappyWeb. There is a test website available for development, and a training site available for user acceptance testing, and there is the production site available for processing live cases in HappyWeb.Which of the following is true?
A process has been created but it is not listed in Control Room. The following reasons have been suggested.1. The process uses objects with different run modes2. The process has not been published3. Process validation shows more than 99 errors4. The user does not have privileges to run processes in Control RoomWhich of the above could cause the process not to be visible in Control Room?
Examine the following process flow:The Process is intended to attempt to perform the processing in the recover block, Block 3, a maximum of three times before throwing an exception.Data Item "Attempts" is a number data item with an initial value of 0Data Item "Max Attempts" is a number data item with an initial value of 3The "˜Increment Attempts' calculation stage adds 1 to the attempts value and outputs a result to the "Attempts" data itemTo enable this to work correctly, what is the correct expressions for the "˜Try Again' decision stage?