Why UpdateStatus OOTB activity doesn't update pxUpdateTimestamp, pxUpdateOperator...etc ?
We are using UpdateStatus OOTB activity to update(in fact it should be called set) pyStatusWork. However this activity doesn't capture pxUpdateDateTime, pxUpdateOperator...etc like how RecalculateAndSave does. It doesn't save the instance also, read another article where it said, we have to use obj-save explicitly in the application activities.
What's weird is that, history/documentation of the UpdateStatus activity says, it calls RecalculateAndSave to update pxUpdate* properties....
Fixed in my application by adding an additional step to capture pxUpdate* properties as well, since it's available for extension...problem solved.
Shouldn't pega update this OOTB activity to capture pxUpdate* properties as well ?