Posts

Showing posts from July, 2020

Data Page, its configuration, usage and execution.

Image
Data pages in Pega What is a Data Page? Data page is a clipboard page that can be  shared  across a  thread , a  requestor  or  multiple requestors  (node level). Data page rule is an instance of  Rule-Declare-Pages  and is available under  Data Model  in  Records  Explorer. Data pages are loaded when it’s  first referenced  during execution. Data pages can be  parameterized . Data pages can be  reloaded / expired  based on the configuration defined. Data Pages always starts with the prefix “ D_ “ or “ Declare_ ”(legacy). Data pages are informally called as  DPage . How to Configure a Data page ? The New Rule form of Data Page accepts  Name ,  Class  &  Ruleset Version . Data Page configuration is simple when you know the actual purpose of each of the fields. Let’s quickly see the usage of each. 1. Definition Tab This tab of the Data page rule has 3 main sections, Data ...

How to Configure Split Join, Split for Each, Spin off in flow rule?

Image
How to Configure Split Join, Split for Each, Spin off in flow rule? Introduction: we are going to see about parallel processing . What is Parallel Processing in pega ? we can allow the users to perform multiple  taskes independently to complte the work. Now we are going to see about three parallel processing in pega flow rule. 1.Split Join 2.Split for Each 3.Spin off Split Join Shape In pega Use the Split Join shape to require that multiple subprocesses of your flow be completed before the current flow continues execution. This allows subprocesses to execute asynchronously, in parallel. Scenario Explantions:- 1.Split Join Scenario: Step 1: Customer ordered a product. Step 2: Now real flow started.    Here we need to use Prarelle processing Step 3: The process need get approval both the teams Operations Team,Sales Team. Step 4: once both got approved, the product dispatched to customer . * The Process will start and enter in to the subprocess once the sub  process com...

Pega Flows

Image
  How to configure flows in Pega . first we have to Learn  What is Flow rule? A flow rule is business process using shapes and connectors that helps in achieving the events,every work item cross in there life cycle. How do we Configure a flow rule? Flow rule is of Process Category. Create a flowRule. You can Specify the  additional configuration options: Here we have two types of Flows. 1.Process Flow 2.Screen Flow What is Process Flow? This is can be a simple flow to support the business process.Here users are able to route the taskes to other users,workList , work Basket and all other functionalities. What is Screen Flow? The screen flow typically contains multiple assignment shapes that present information to the user, along with other shapes.  For example: Imagine you are filling an application form which contain N number of  fields,you can represents this fields in series of screens(pages) for effective user experience. *Interview Question 1.What are the Di...