After upgrade, when we resave the DF_ProcessOffer DF, we get below error:
ERROR in /Rule_Decision_DDF_Data_Decision_Request_Customer_DF_ProcessOfferForEvent_Action_20241028T085304_225_GMT.java (at line 211)
tools, decisionRequest, offerBuilder.buildOffers(decisionRequest));
@CemreM It seems you are encountering an error related to the ‘DF ProcessOffer’ data flow. This could be a rule resolution issue. You might want to try re validating and saving the related Rule Decision DDF type rule. Here are the steps you can follow: 1. Go to the Re validate landing page in the Pega developer portal. 2. Select ‘Rule Decision DDF’ as the class name and the appropriate ruleset. 3. Un check all other rules and select only the relevant rule. 4. Run the re validation and then test again. This may help resolve the issue you are facing.
This is a GenAI-powered tool. All generated answers require validation against the provided references.