Split Join and Split-For-Each are flow shapes used in parallel processing.
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.
- 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.
Where as for split for each, it would be known only during run time.
subflows in splitjoin shapes run in parallel? or is there any way we can execute the flows in order sequence?
ReplyDelete