In this blog article, we will see how case history can be added for auditing purpose. We will also add auditing on field level to track the changes in any case specific values. Audit trail gives a good picture of the case life cycle. We can track back what happened within the case from the […]
Docker – Part 4 – Run Pega as a docker container
This is the final blog article on Docker series, where we will see how we can run a Pega docker container. I strongly recommend you go through all the 3 previous articles on Docker for better understanding. If you are a docker expert, then no need 😉 https://myknowtech.com/tag/docker All the commands in this post can […]
Docker – Part 3 – Run your first container
In this blog article, we will start with Docker architecture, docker objects and we will also run a simple docker container. It is recommended to go through the previous blog articles in order for a better understanding. https://myknowtech.com/tag/docker Tip: Since copy/paste is not possible in this post, I documented the shell commands in the following […]
Flow rule in Pega – Usage and Configurations
In this blog article, we will understand about the different configurations in a flow rule. Keeping the expectations, we will not look into different flow shapes in this blog article. We will discuss all other flow configurations except the different shapes 😊 I would recommend you to visit my previous blog article on Case Manage […]
Docker – Part 1 – Containerisation Fundamentals
This is the first blog article in the Docker series. Here we will talk about some basic containerisation terminologies. What is containerisation? Is the process of packaging applications with the source code and all its dependencies. The containerised application should be able to run on any environment or infrastructure – In any physical machine, in […]
Job Scheduler – Usage & Configurations
In this blog article, we will see all the configurations for the Job scheduler rule and how to replace an advanced agent with Job scheduler. What is Job Scheduler? As the name implies it is used to schedule jobs. Job scheduler got introduced on Pega infinity (Pega 8) release and set to replace the advanced […]
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 […]
Kafka – Part 5 – Data flows in Pega
In this blog article, we will make use of data sets we created in the previous post and we will also verify how data flows can be used in Pega to process source data. This tutorial is implemented using Pega personal edition 8.4, but the core concepts remain the same in higher versions as well […]
Kafka – Part 4 – Data sets in Pega
In this blog article, we will see some basics about data set rule using YouTube as the data source. This tutorial is implemented using Pega personal edition 8.4, but the core concepts remain the same in higher versions as well It is recommended to go through previous blog articles on Kafka fundamentals before proceeding here. […]
Access Deny, Access When and Privilege in Pega
This is the continuation of my another blog article on Authorization topic. I recommend you to visit from blog article on Access roles and ARO concepts. In this article we will talk about Access Deny, Privilege and Access when rules. This article was created using Pega ’24 version. First let’s start with Access Deny rules. […]









