Status of a work object is represented by:
-
pyTaskStatus
-
pyWorkStatus
-
pyStatusWork
-
pyWorkObjectStatus
The status of a work object in Pega is stored in the pyStatusWork property. This property tracks the current status such as New, Open, Resolved, or Closed. pyTaskStatus, pyWorkStatus, and pyWorkObjectStatus are not valid property names for work object status.
To answer this question, we need to understand the convention used in Pega for representing the status of a work object.
Option A) pyTaskStatus - This option is incorrect because "pyTaskStatus" is not the standard property used to represent the status of a work object in Pega.
Option B) pyWorkStatus - This option is incorrect because "pyWorkStatus" is not the standard property used to represent the status of a work object in Pega.
Option C) pyStatusWork - This option is correct because "pyStatusWork" is the standard property used to represent the status of a work object in Pega.
Option D) pyWorkObjectStatus - This option is incorrect because "pyWorkObjectStatus" is not the standard property used to represent the status of a work object in Pega.
The correct answer is C) pyStatusWork. This option is correct because "pyStatusWork" is the standard property used to represent the status of a work object in Pega.