Feedback

  • Contents
 

Process Variables

Process variables are the placeholders for the information you want to store and track in a process. Every process must define a list of data variables and any restrictions on those variables.

A process can include both global and local data variables. Global variables are available to an entire process, while local variables are only available within the scope of the object (state or task) in which you defined them.

In a Car Loan process, for example, you can have variables to track the customer's information, and information about the loan request, the vehicle, and the loan status.