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

In Pega, the status of a work object is stored in the pyStatusWork property. This property holds the current status value (e.g., 'Open', 'Resolved', 'Closed') that determines the work object's state in the flow. Options A, B, and D are not valid property names for work object status. The naming convention pyStatusWork follows Pega's standard for protected properties (py prefix) indicating system-managed values.

AI explanation

To answer this question, we need to understand how the status of a work object is typically represented in Pega.

Option A) pyTaskStatus - This option is incorrect because pyTaskStatus typically represents the status of a specific task within a work object, not the overall status of the work object itself.

Option B) pyWorkStatus - This option is incorrect because pyWorkStatus typically represents the status of a specific assignment within a work object, not the overall status of the work object itself.

Option C) pyStatusWork - This option is correct because pyStatusWork is the property that typically represents the overall status of a work object in Pega.

Option D) pyWorkObjectStatus - This option is incorrect because pyWorkObjectStatus is not a standard property in Pega.

The correct answer is C) pyStatusWork. This option is correct because pyStatusWork is the property that typically represents the overall status of a work object in Pega.