Multiple choice technology web technology

Status of a work object is represented by:

  1. pyTaskStatus

  2. pyWorkStatus

  3. pyStatusWork

  4. pyWorkObjectStatus

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

pyStatusWork is the Pega property that stores the current status of a work object throughout its lifecycle. It tracks the work item's state (New-Open, Resolved-Completed, etc.) and is essential for workflow management and reporting.

AI explanation

In Pega (PRPC), the standard reserved system property that holds a work object's status is pyStatusWork — this is the out-of-the-box property name used across flows, reports, and SLAs to represent the current status (e.g., 'New', 'Resolved-Completed') of a case. The other listed names (pyTaskStatus, pyWorkStatus, pyWorkObjectStatus) are plausible-sounding but not the actual Pega-defined property name.