Pega Customer Service and Temporary Cases in Pega

In my opinion, completely removing Pega CS from an existing application is quite risky, especially since there are many final and extended rules involved. It can break rule resolution and core functionality.

What I’d suggest is:

  • Gradually decouple your implementation from CS (stop using CS-specific features like Interaction, CPM flows, etc.)

  • Move your logic to a custom layer on top of Pega Platform

  • Over time, reduce dependency instead of trying to remove CS directly