Explains how and why to use project variables
Project variables are used to save information across processes. For example, in ALBPM WorkSpace, you can search for all processes for any instances corresponding to an invoice number.
You can add a new project variable or define an instance variable as a project variable.
A given project variable can be made visible to any process within a Project. To do this, define an instance variable of the same name and type as the project variable in each process which will use it. Then, define a project variable with the same name, and all the instance variables will refer to this project variable.
Once the instance variable has been defined as a project variable, the project variable appears in the Project section of the Variables view.
Any change on that variable has to be done on the Project variable directly and all instance variables that reference to it are automatically updated.
Project variables are added from Studio. For detailed instructions see Creating Project and Instance Variables.