Question about REframework (documentation)

Hello everyone ,
I have some questions about the REframework to understand it properly, (I am beginner) I would like to understand about Global Variable what means this sentence in the REframework documentation. “It is important to understand where each variable is written and where it is read.” Could someone explain what exactly mean by “is written” and “is read”

The global variables are those variables whose scope is the main program, or main workflow. They can be found in the main.xaml workflow file, by first clicking anywhere inside the main state machine and then clicking the variables pane. Table 2 is a list of the project’s global variables.

These are used to store information that will be available throughout the runtime of the process. It is important to understand where each variable is written and where it is read.

Thank you in advance for your help!

@jawahar

We can access these Global variables from any state in REFramework.

“is written” means the value of this variable is set on this workflow
“is read” means the value of this variable is used on this workflow

Thank to you both for your answer

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.