What are variables?

Variables are task-independent data placeholders. A function or an event can store a value in a variable, and another function or event can extract and use this value in a later process step.

Variable types

Variables can be of the following types:

Scope of variables

Variables normally have a scope. The following scopes exist: