Examine the following Blue Prism Process flow:
The Process is intended to attempt to perform the processing enclosed in the recover block (Blockl). a maximum number of times before throwing an exception The maximum number of attempts is stored in the 'Max Attempts' data item.
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 a current value of 3. This value is provided at start-up.
The 'Increment Attempts' Calculation stage increases the value of the 'Attempts' data item by 1.
To enable this Process flow to function correctly, drag and drop the items below into the placement boxes (A - C), to create the correct Blue Prism expression for the Retry?' Decision stage.
An Action called ‘Get Customer Address’ fails immediately and the following Exception is raised:
Internal: Stage Address Type does not exist
What is the potential reason for this Exception?
If you change a session variable when will the new value be available to the process?
If you change the value of a 'Session Variable1, when will the new value be available to a running Process?