cancel
Showing results for 
Search instead for 
Did you mean: 

End condition in FORK step

Former Member
0 Kudos

HI Experts,

I am working on BPM scenarios.Anybody plz explain about how end condition works in FORK step.

Please provide examples for that end condition in FORK step.

Regards,

Bhuvan.

Accepted Solutions (1)

Accepted Solutions (1)

santhosh_kumarv
Active Contributor
0 Kudos

Hi,

Fork is similar to parallel processing or threads in java. The control will come out of the fork once all the branches have been executed.

Thanks,

SaNv...

Former Member
0 Kudos

Hi,

You can specify the required number of branches and then define whether the process must run through all branches, or just a particular number of branches. Furthermore, you can define an end condition for the fork .

As soon as a branch reaches the union operator at runtime, the system checks the following conditions in the specified order:

· The process has run through the required number of branches

· The specified end condition has returned true

The step is complete as soon as one of the conditions returns true.

Regards

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Refer this links...

http://help.sap.com/saphelp_nw04/helpdata/en/24/e2283f2bbad036e10000000a114084/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/77/0737133012b24b9d0a12c6df2b1054/content.htm

/people/prasadbabu.nemalikanti3/blog/2006/02/24/collecting-and-bundling-vendor-records-from-different-multiple-interfaces-file-systempeoplesoft-and-sending-to-sap-r3-system-part-1

Hope it helps..

Thanks,

Kumar.