Blue Prism Certified Developer (AD01) — Question 92
If you change a session variable when will the new value be available to the process?
Answer options
- A. Immediately
- B. Next time a new case is taken from a WQ
- C. Next time resource PC starts
- D. Next time the process starts
Correct answer: A
Explanation
The correct answer is A because session variables are updated immediately, making the new value available for use right away. The other options suggest delays or conditions that do not apply to the immediate availability of session variable changes.