Skip to main content

Global Variables

Global variables are variables that are available to all the steps in a workflow. They are defined in the workflow settings and can be used in any step in the workflow.They are useful for storing data that is used multiple times in the workflow, saving you from having to re-enter the data in every step.

For example, you could define a global variable called AWS_ACCESS_KEY and use it in all the steps that require an AWS access key without having to repeat the key in each step that requires it using global_variables.AWS_ACCESS_KEY.