If you change a session variable when will the new value be available to the process?
If you change a session variable when will the new value be available to the process?
A session variable in a process will have its new value available immediately upon being changed. This allows the process to utilize the updated value right away without waiting for any specific events or conditions to occur, such as starting a new case from a work queue or restarting the resource PC.
A is the correct answer.
B. Next time a new case is taken from a WQ When you change a session variable's value, the updated value will be available to the process the next time a new case is taken from a Work Queue (WQ). The session variable's value is specific to the case being worked on and is set when a case is fetched from the WQ.
a is correct
I think it is A
Yes, A seems to be the correct answer.