Global Variables

Global variables are useful when you want to store information between runs of a workflow or share information between different workflows.

Workflows do not have any concept of persistence. For example, the second time a workflow runs, it does not carry over data about the first time it ran. Global variables can be used to bridge this gap by storing information that persists.

In some instances, you may want multiple workflows to share information. A common example is an API key or Webex Teams room name.