top of page
technical concepts and papers
Learn Build Share
Technical Blogs
Learn Build Share

Search


Beyond Basic Auth: Hardening Pega REST Services with Centralized OAuth 2.0 and Zero Trust Principles
Stop letting legacy authentication be the weak link in your enterprise. Discover how we transformed a client’s Pega REST services from vulnerable static credentials to a robust, Zero Trust OAuth 2.0 architecture using an organization-wide Identity Provider.
techpapers
4 days ago3 min read


Stop calling the explicit Commit method in your Pega Queue Processor activities
If you plan to use a queue processor for some processing, such as updating the properties of any work item, creating a new work item, or updating a few records in a specific data type, developers mostly call the Commit method in the queue processor activity. Commit activity method is used to save and commit the database operations performed previously and not committed already. However, using the commit method in Queue processor activity can adversely affect the outcome of th
techpapers
Mar 192 min read


Understanding Case Dependency Influence on Pega Wait Shape Functionality
You might have used Wait shape for pausing your flow based on time or based on case status dependency. Have you ever thought how the Pega achieve this case dependency. In today's blog let's dive into this. Pega Wait flow shape with case dependency, you have two major ways specify the case dependency. You can select to wait for all Child cases of this case to resolve. In this case, Pega will find out all child cases for the current case by checking the value of pxCoveredInsKey
techpapers
Feb 222 min read


Obj-Save failed - Cannot save instance of class, it belongs to fully exposed table in database, but instance has properties which do not correspond to column
Obj-Save error Cannot save instance of class; it belongs to fully exposed table in database
techpapers
Jan 62 min read
bottom of page