cancel
Showing results for 
Search instead for 
Did you mean: 

fork and block

Former Member
0 Kudos

hi all,

what is the diffreence btween fork and block?

regards,

keerthi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Fork is used for Parallel Processing..

Example : u want to receive/Send message using more then one Outbound/Inbound interface..

Like u want to send the one message to JDBC and to File server at the same time or parallely then we use Fork step.

Block is used for handling exception, deadline etc..

Thanks

Farooq.

**Rewards Points if you find it useful*

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Keerthi,

Fork : when you want to continue a process in branches that are independent of each other and the branches of the fork join in a union operator.You can define the required number of branches to continue the process.

Block: You can define the mode Parallel For Each(ParForEach) for a block or Dynamic Sequence (ForEach). This means that the block is executed for all elements of a multi-line container element.

Check this link for all step types :http://help.sap.com/saphelp_nw2004s/helpdata/en/0f/80243b4a66ae0ce10000000a11402f/frameset.htm

You can check it out how these step types will use in the process from SWC -SAP BASIS of the namespace http://sap.com/xi/XI/System/Patterns.It would gives the overall idea on BPM and you can find out the needful blogs from this forum.

Cheers

Veera