Back Forward Work- base class

The Work- base class, one of thirteen standard top level abstract classes, is a superclass to all the classes that define work items. A work item is the fundamental unit that records processed work in an application.

Properties, HTML forms, and flows in the Work- class are available to support the behavior and appearance of every type of work items, including

The external key to all work items is recorded in the pyID property, and typically consists of an alphabetic prefix, a dash, and an arbitrary but unique number.

In a production system, the number of work item instances may eventually grow to many thousands or millions, and require more database space than rules or data instances.

NoteThrough directed inheritance, a subclass of the Work- base class may have a name that does not begin with "Work." For example, the class PegaSample-CustomerRequest, part of the sample application, is a work type.

NoteIn releases before V5.4, you could not create new rules with Work- as the Applies To class. This restriction is removed in V5.4. PROJ-1307

Definitions base class, cover, directed inheritance, folder, sample application, work item, ultimate base class, work type
Standard rules Atlas — Standard classes derived from the Work- base class
Atlas — Standard properties in the Work- base class

UpDefinitions