Rule-Collections does not have Logging enabled in PEGA 7.1.7.
This feature was available until PEGA 7.1.6, where,every rule triggered from the Rule-Collection gets logged as Log-Collection instances. However, this has been deprecated in PEGA 7.1.7. Can anyone suggest any way to replicate this other than explicitly writing code for logging each rule as and when they are triggered from a Rule-Collection.
Attached are the PEGA documentation for 7.1.7 and 7.1.6.
You will be able to access below information via the parameter page about the rule called in the current collection row while evaluating the response actions for that row.
param.pxCalledRuleKey
param.pxCalledRuleType
param.pxCalledRuleAppliesToClass
param.pxCalledRuleRuleSet
param.pxCalledRuleRuleSetVersion
param.pxCalledRuleUpdateDateTime
This is valid for calls to activity, collection, decision tree/table/map/mapvalue, transform.