Back Forward Status

  Show all 

Several standard properties record the status of work objects, assignments, and other instances.

  Work object status

The important property Work-.pyStatusWork defines whether the work object is open or resolved. Values for this property are restricted to a set defined by field value rules, and changes to this property value convey important information about the progress of the work object towards completion.

See work object status.

  Method status

The standard property Code-Pega-Thread.pxMethodStatus records the outcome of a method used in an activity step. As a good practice in activities, test this value after each step that may fail.

See How to test method results using a transition.

  Assignment status

The assignment status — property Assign-.pyAssignmentStatus — can record a user's judgment about an assignment on their worklist. See assignment status.

  Page validation status

The internal status of a page or instance (valid or invalid) is recorded in the @baseclass.pzStatus property. An invalid instance is one that fails data dictionary editing. An invalid clipboard page is one that contains one or more property values that do not pass data dictionary editing — validations defined in the Rule-Obj-Property rule defining that property.

Definitions data dictionary, reject, reopen, resolution, ticket, transition, validation, work object
Related topics About Field Value rules

UpDefinitions — S