Previous Topic: Job Type IconsNext Topic: Logical Operators


Global Variables

When you create or see a global variable in the flow, it is actually a global variable condition, not a global variable object. That is, it is part of the dependency string (for example, v(GVAR1) = 42), and processing will proceed when the variable is set with that value. These global variables do not necessarily exist on the server before being set to satisfy the condition. Creating one in the flow automatically meets its requirement and triggers its dependent jobs.

Notes:

More information:

Add a Global Variable