๐๏ธ Creating Variables
Creating your own variables is possible inside of โCustomโ tab of Variable Manager window.
๐๏ธ Persistent Variables
During job execution, variable values can be modified. However, by default, variable values never survive the end of job execution, resetting the value to as it was before job has been executed. This ensures that jobs will not interfere with itself down the line and makes executions predicable.
๐๏ธ Root Variables
Introduction
๐๏ธ Variable Banks
Variable Banks are a set of variables that can be re-used across multiple jobs. Unlike custom variables, they're stored in a separate .asset file and can be referenced by the Job. Variable banks are ideal for situations when multiple jobs need to share same custom variables.
๐๏ธ Variable Basics
Variables are used to store information which could then be referenced or modified during job execution.
๐๏ธ Variable Overriding
There is no restriction on having multiple variables with same names. It's possible to create a custom variable name with the same name as a root variable, but in doing so it will override the root variable.