cancel
Showing results for 
Search instead for 
Did you mean: 

Split By Value and Collapse context

Former Member
0 Kudos

Please give me the business requirement in your project that leads to work on split by value and collapse context?

I read so many documents but i am still confusing with above mentioned node functions?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Collapse context:

Copy the first value of the queue.

Ex:

You have a structure like below.Both sender and Target.

<Employee_Details> 0-Unbounded

<Name> 0-Unbounded

</Employee_Details>

You mapped Like below.

NameCollapse contextExitsCreateIfEmployee_Details

If you pass the values like below.

Employee_Details --3Times.

1.Structure Name--X,Y,Z

2. Structure Name--A,B,C

3. Structure Name--E,F,R

then the First value of each queue will select..Like X,A,E and 3 Employee_Details will create.

Split By Value:

You mapped Like below.

NameRemove Context-SplitByValue(Each)-Collapse contextEmployee_Details

Remove context change the queue to Parent queue.

all the 9 values split into separate queue using the Split by value.

each First context will copied and 9 target nodes will create.

Hope It Will Clarify

Regards,

Prakasu

former_member182455
Active Contributor
0 Kudos
Former Member
0 Kudos

hi

check the below blogs

/people/sravya.talanki2/blog/2005/12/08/message-mapping-simplified-150-part-ii

regards

kummari