Fuego.Lib : Priority

The Priority component is an Enumeration that defines the possible priorities that you can assign to a process instance.

To read or change the priority of the current process instance, use the predefined instance variable priority. Every process instance includes the priority predefined variable, which is an instance of Priority.

The priorities are:


Example: Assigning a HIGH Priority to the Current Process Instance

	ProcessInstance.priority = HIGH
      
Related reference
Fuego.Lib : ProcessInstance