In this post we will see the architecture behind queue processor rule and all its configurations and usages. This tutorial is implemented using Pega personal edition 8.4, but the core concepts remain the same in higher versions as well What is a queue processor rule? – Used for background processing that makes use of queue … Continue reading Queue processor – Usage and Configurations
AsyncProcessor requestor type and System Runtime Context
In this blog article, we will see the introduction and deprecation of the AsyncProcessor requestor type followed by the usage of System Runtime Context. Let’s start with a brief introduction about requestor types. We know that all the application logic or coding resides in the rule base. To resolve and execute the applicable code, we … Continue reading AsyncProcessor requestor type and System Runtime Context
Related Articles
Requestor types in Pega
In this blog article, we will see about different requestor types in Pega. This article is implemented using Pega Infinity ’24 version. First, let’s start with understanding the term – Requestor. What is a requestor? From the name, we can say that it can be any people or object which requests for a service. From … Continue reading Requestor types in Pega
Property Optimization – Expose Columns in Pega
In this blog article we will check the different ways through which we can expose properties in database table. First let’s see how the data (for example – Case data) gets saved into database table. We know Pega uses properties to hold the data. Say for example, I have created a new amazon sales case, … Continue reading Property Optimization – Expose Columns in Pega
Docker – Part 2 – Setup Docker Desktop in Windows
In this blog article, we will see how we can set up the docker desktop in Windows 10 home edition. You can visit previous blog article on containerisation basics. Tip: Since copy/paste is not possible in this article, I documented the shell commands in the following git repository, you can easily copy/paste from there. https://github.com/Prem1991/myknowpega/tree/master/docker … Continue reading Docker – Part 2 – Setup Docker Desktop in Windows