Local Variables

<< Click to Display Table of Contents >>

Navigation:  Key Points > Variables in Workflows >

Local Variables

 

Local Variables are defined in the main Flow module at the top of the workflow, in the Parameters tab of the Module Properties section.

 

Local_variables_setting

Three types of variables are available: String, Integer, and Floating Point. The user can add or remove variables using the corresponding buttons Local_variables_button_addLocal_variables_button_remove, and reorder them using the Move Up Local_variables_button_move_up and Move Down Local_variables_button_move_down controls.

 

Using the Variables Editor dialog (FlowParameters → Variables Editor Local_variables_Variables_editor), users can create, remove, and define the type of Local Variables.

 

In the list of local variables within the Parameters section (Flow → Parameters → Local variables), users can assign values to variables. These values can be defined as constants or set as references to other variables — both Local and Global.

 

Local Variables are implemented in the Module Properties section using the = and $ symbols. The = symbol is placed at the beginning of a parameter, and the variable name is enclosed within $ symbols inside the parameter value.

 

It is often useful option to reassign the type of a Global Variable by mapping it to a Local Variable.