In this blog article, we will see in detail about locking mechanism in Pega. What is locking? Let’s take a simple example. 2 clerks working in a bank tried to update the same bank account for two different transactions. They both retrieved the bank account at the same time and started applying the transactions. Clerk […]
Approval flow in Pega – tutorial
This is the continuation of the previous blog article. It is highly recommended to visit the previous blog article before proceeding here! In this article, we will build and test three types of approvals. 1. Single approval flow by reporting manager Here the claims request should be approved or rejected by the reporting manager irrespective […]
Approval flow in Pega – Usage and Understanding
In this blog article, we will look into the approval process flow which we can implement using the case designer. This tutorial is demonstrated using Pega 8.7 personal edition. Most of the business organizations work in a hierarchical role and most of the processes may require certain approvals. From a very simple process like leave […]
Case Management – Understanding
In this article, we will start with some basics about Case Management. Case Management is the primary power of Pega platform! Case defines a piece of work that can be executed with its own life cycle. Take any organization. At any of their core business they may have their own business processes. Consider an Insurance […]
Case Parallel Processing – Understanding
In this blog article, we will understand different ways to configure the parallel processing case flows. Most of the business process will involve certain kind of parallelism in it case lifecycle at some point in the stage. For sure we will get into such a requirement when we want to use a Pega application case […]
Parallel Processing Flow types in Pega – tutorial
In this blog article, we will have hands-on on configuring different parallel processing under case context. It is mandatory to visit my previous blog article on parallel processing types and configurations. We will be using the same use case. Let’s straightaway start with testing the Split-Join part. Split-Join We are going to implement the below […]
Workparties – Usage and Configurations in Pega
In this blog article, we will learn about Workparty or case participants in Pega. Take any Pega case as an example. The case normally has a lifecycle with different stages, processes and steps. The case can progress through different statuses during its life cycle. During the case lifeccyle, there can be different participants to the […]
History writes and case auditing in Pega
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 […]
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 […]
Directed Web Access (DWA) in Pega
In this blog article, we will see the pre-requisites and the steps involved in implementing Directed Web Access in Pega What is Directed Web Access? You can get some idea from the name. Providing direct web access for the application to someone. We know that assignments (worklist/workbasket) are meant to be worked by some users. […]