If you change the value of a 'Session Variable1, when will the new value be available to a running Process?
Understanding Session Variables:
Session variables are specific to a running instance of a process and can be changed dynamically during the execution of the process.
Behavior of Session Variables:
When the value of a session variable is changed, it is designed to be immediately available to the running process. This allows for real-time adjustments and interactions during the process execution.
Conclusion:
The new value of a session variable is available to a running process immediately after it is changed.
Blue Prism Developer Documentation: Session Variables
Blue Prism Training Material on Process Execution and Variable Management
Currently there are no comments in this discussion, be the first to comment!