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

Search


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
4 days ago2 min read


Simple steps to enable OAuth for your Pega REST service
Configure OAuth for your custom REST service in Pega. Simple steps to enable OAuth for your REST service in Pega.

techpapers
Jan 23 min read


OAuth - Open Authorization basics
OAuth - Open Authorization basics. How OAuth works. OAuth basics. OAuth behind the scenes.

techpapers
Dec 25, 20252 min read


Constellation DX API OAuth Authorization setup
Pega provides many constellations DX APIs for various categories like Case Management and processing, Assignment processing and many other categories. All these APIs are predeveloped and as developer you can use them as they are without any customization. To know the basics of OAuth, please visit - OAuth - Open Authorization basics But in order to use them you must understand the security associated with the API. By default, all DX APIs are secured with OAuth authorization.

techpapers
Dec 18, 20253 min read


Unlocking the Power of Pega Queue Processor and Database Transactions
Problem statement Assume you are developing a Queue Processor for an ATM Withdrawal use case. The process of ATM withdrawal consists of two operations. Debit the amount from the Account table. Insert a new record in the transaction history table. The queue process we are planning to develop will take two parameters: Amount and Account number, and perform the above operations. Now assume if any of these two operations fail for any reason, what should our design be to manage t

techpapers
Nov 22, 20252 min read
bottom of page