Global variables are persistent values that can be defined once and used across your entire Workspace and within multiple Workflows. They provide a centralized way to store and share data, ensuring consistency and reducing the need for repetitive configurations. By using global variables, teams can efficiently manage common values such as credentials, status updates, and other frequently used data, streamlining workflow execution and saving time.
Raw value variable:
Secret variables
Add new global variable
On the left-hand side navigation menu, click the icon > New Variable. The New Global Variable dialog box opens.
Enter the following parameters
Parameter | Description |
---|---|
Name | Name of global variable. |
Value | Value of the variable. |
Secret | Select the checkbox if you wish to define the variable as secret. Uses the default secret manager of the workspace. |
Click Create
Access the Variable Picker
Select the Global Variable
Add it to the Workflow
Parameter | Description |
---|---|
Variable Name | The name of the new/existing global variable. Once created/updated, it is available for all Workflows in a workspace. |
Variable Value | Assign a value to the global variable. Value is string only, limited to 1 MB size. |
Parameter | Description |
---|---|
Variable Name | The name of the new global variable. |
Variable Value | Assign a value to the global variable. Value is string only, limited to 1 MB size. |
Parameter | Description |
---|---|
Variable Name | The name of the global variable to delete. Once deleted, it is not available for all other Workflow in a workspace. |
Parameter | Description |
---|---|
Variable Name | The name of the global variable to get. |