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

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 complted , it return back to the main flow and excute remaining thing.


How to Configure Split Join in pega.

  • In flow rule Diagram tab, open the shapes + icon, then advanced shapes and click and drag the split join shape in work area.
     
  • Double click on the Shape to explore the properties
Here we can see the Join Conditions:


1. All : The primary  flow will resume and all  subprocess will excuted  then it return back to the main              flow.
2. Any : The Primary flow will resume and Any one of  the sub process flow will excuted then it return                back to the main flow and it runs.
3.Some: When your are giving the some  it show to options .


On When: You can specify a when rule to return to the primary flow.

On count: When the results in flow to be resloved then it return to the primaryflow.


2.Split for Each 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 Sales ,Operation and Maganer.

Step 4: once  approval  the product dispatched to customer .

         

How to Configure Split for Each in pega.

  • In flow rule Diagram tab, open the shapes + icon, then advanced shapes and click and drag the split for Each shape in work area.

Here we can see the Join Conditions:

1.All, Any, Some : Same as Split Join .

2.Iterate : We can specfiy a when rule to exit the iteration  and it return back to the primary flow.

* Here we have to give the Page Properties : Page List / page Group.


3.Spin Off Scenario:



Step 1: Customer ordered a product.

Step 2: Now real flow started.

   Here we need to use Prarelle processing for verification process.

Step 3: You can send the work item to WB and continue to the sale process.


How to Configure Spin Off in pega.

  • Spin off is not a flow shape.


  • You can check the spinoff flow checkbox to spinoff  any sub process.



Comments

Post a Comment

Popular posts from this blog

Pega Flows

Data Page, its configuration, usage and execution.