Instance variable

This is the most common application of variables. The content (value) of the variables is shared by all activities of the currently active process instance. This variable can have a different value in each running process instance.

Example:

In variables of the String type, information on which user entered what comment while editing a task is constantly updated.