cancel
Showing results for 
Search instead for 
Did you mean: 

regarding BPM

Former Member
0 Kudos

what does FORK and TRANSFORMATION does in BPM

Accepted Solutions (1)

Accepted Solutions (1)

santhosh_kumarv
Active Contributor
0 Kudos

Hi

Fork is for parallel processing.

The control comes out of the fork only when all the branches of the fork is executed sucessfully.

Transformation step is used to map the source to target.

U specify the Interface mapping in the transformation which in turn does the message mapping between two message types.

Regards

Santhosh

Message was edited by:

Santhosh Kumar V

Answers (3)

Answers (3)

prabhu_s2
Active Contributor
0 Kudos

say u have a message recving inside a message which needs to be mapped to a different strucuture then u use a transformation step. When a message needs spawned to target parallely u go 4 fork step with number of branches u need

santhosh_kumarv
Active Contributor
0 Kudos

Hi,

Also go through this blog

<a href="/people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm Through With BPM</a>

Regards

Santhosh

<a href=" to set the thread to solved when you have received a solution</a>

justin_santhanam
Active Contributor
0 Kudos

Vinod,

Transformation step does the mapping part, it will invoke the Mapping which u defined. FORK is used to receive/send parallel messages.

Best regards,

raj.