Saturday, January 20, 2018

Split join and split for each

Split Join and Split-For-Each are flow shapes used in parallel processing.

  • Parent flow exection would be paused till the subprocess in Split Join/Split-For-Each are completed based on the join condition specified in respective shape.
  • Split Join shape, while configuring : we need to specify the subflow/subflows.
  • Split-For-Each shape, we need to configure source property either page list or page group : with the subflow.


In Split Join, developer would be knowing the number of subflows executed during desing time.
Where as for split for each, it would be known only during run time.

1 comment:

  1. subflows in splitjoin shapes run in parallel? or is there any way we can execute the flows in order sequence?

    ReplyDelete


HowToPega : All rights reserved and the contents are copyrighted to Pavan Kumar Naidu