Process Offer Response (POR)
Hi,
We are using the activity Process Offer Response (POR) in order to resume an offer flow in status "Waiting". We would like to add some input information to the paused offer, before it continues with the flow. Pega saves all the information about the offer and we can see the paused offer in MKT_DATA_OFFER, is it possible to change the information of the offer or add some input when the response is received?
Thank you.
Hi, the general practice would be to use the Channel (pyChannel), Response (pyResponse and Direction (pyDirection) params of the POR to pass in the information to the offer runtime and branch your response received path based on that.
The properties mentioned about in the braces could be used under the OfferData property during the offer processing (for example : OfferData.pyChannel could be accessed in a connector or data transform rule etc)
Can you explain more what sort of input you want to pass and a little bit detail on the business use case you are trying to solve ?