The Global Variable Value condition will check the value of a Global Variable.
| Property Name | Description | 
|---|---|
| Global Variable Name | The Global Variable whose value to check. | 
| Negated | Determines if the meaning of the condition is reversed. True to reverse. | 
| Operator | The operator used to compare the Global Variable and the given value. The operators are:
                    
  | 
| Value | The value to compare the Global Variable against.
                 The value will be taken from the current Configuration.  | 
| Title | Changes the Title (not the name) of the task. | 
| Property Name | Example Rule | Meaning | 
|---|---|---|
| Global Variable Name | HoleQty | Will check the Global Variable HoleQty | 
| Negated | False | Will not reverse the meaning of the condition. | 
| Operator | LessThan | Will check the Global Variable is LessThan the given Value. | 
| Value | 5 | Will check the Global Variable is LessThan 5. |