When building a solution to use Tags within a Work Queue, which of the following statements is correct true?
Study the process flow below:The outputs for the Get Next Case are configured below:What is the correct configuration of the Expression in the "Case-Returned" decision stage?A.B.C.D.
According to Blue Prism best practice which of the following information would be appropriate to store in a Work Queue tag? (select 3 responses)
The Work Queue "Customer Onboarding" has a number of Pending Items which may be tagged as "Domestic", "Retail" or "Business". There is also a tag for the 8 digit product code formatted as "Product Code: {product code}" e.g. Product Code: CA123456.What is the correct configuration to get the next item from the queue that:✑ Isn't applying for a loan product i.e. Product Code doesn't begin with "LN" And✑ Is a domestic customer
Which of the following indicates a case in a Work Queue is waiting to be worked?A.B.C.D.
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?