Manage Master Variables

Learn about master variables

Last published at: January 9th, 2026

Master variables can be set once and used across all Process Definitions.  

For example, if customerID is used in every definition, instead of defining the variable for each definition, customerID can be set using the master variable screen. Once the variable is defined through the master variables, each new definition will automatically include the “customerID” variable. 

 

Take a look at the simple master variable UI, designed to make defining variables easier and more manageable. 

 

You can add "variables and globals" by entering their names and selecting a data type. You can remove variables and globals by selecting them from the list. Variables and globals have default values based on their data type. The Process Instances page lets you add and delete variables and globals.

  • Variables and globals have '0' for the 'Number' data type
  • Variables and globals have ' ' for the 'String' data type
  • Variables and globals have 'Current date and time' for the 'Date' data type
  • Variables and globals have 'false' for the 'Boolean' data type

 

In the example below, a list of master variables is defined to be included in each new process definition created from now on.  

 

Let's create a new process definition using the example below. 

 

The process definition is created and displayed on the designer's canvas. 

 

Select the Actions - Define Variables menu to view the “global variables” defined in this definition.