Which of the following flows can you not create in Blue Prism? (select 2 responses)A.B.C.D.
Study the following image showing part of the flow within a process:What problems do you see with the process flow? (select 2 responses)
Look at this flow diagram from the Main Page of a process in Process Studio:Thinking about the standard Blue Prism Process Templates, what is wrong with how this Main Page is handling exceptions?
Consider the following flow within an Object Studio action:The developer of this flow found that writing some credentials to the target application sometimes failed with an exception even though the element exists on the screen. He found that simply catching the exception, waiting for 2 seconds and then retrying fixed the problem.What problems do you see within the flow? (select 2 responses)
Consider the following diagram from an object studio action:What is the problem with this flow?
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?