One Time Processing

For an Application which is already in Production, we come across multiple scenario, where we have to run business logic to already existing work object and cases so that they can work with new updates.

Instead of running multiple OTA's  (one time activity) every time for every release. We are gonna generalize few rules and let Pega take care of running the OTA's /

We need data table to store the instance and OTA Processing Activity  to run the business logic,

Post a Comment