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

Search


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


Decoding Pega's Obj Methods: How Database Operations Work
Ever wonder how Pega saves values when you execute Obj-Save or how Pega retrieves the data from a database table when you do Obj-Open or...

techpapers
Jul 21, 20252 min read


Pega Debugging tricks using Tracer
Remote Tracing This is useful in Pre-Prod or Prod environment where users do not have tracer option enabled. In such case one operator...

techpapers
Jan 17, 20242 min read


Try out DX API in Pega Cloud environment
I am sure you might have heard a lot about DX API and wanted to try out a DX API in real and understand more about these APIs. In this...

techpapers
Apr 30, 20232 min read


On demand Pega Environment Setup
Nowadays technology is changing really fast, every tool is releasing advanced features quite often. And as a developer we need to learn...

techpapers
Apr 6, 20231 min read


Using Google Maps in Pega
Consider a use case wherein we need to show the user address into google map. Pega provides a special control to map address in Google...

techpapers
Jun 6, 20223 min read
bottom of page