cancel
Showing results for 
Search instead for 
Did you mean: 

Fill Container Object in Java Mapping

Former Member
0 Kudos

Hi Everyone,

I use BPM and defined a container object of type integer. Now I want to fill this container object in Java Mapping. After I fill it in the next step there is a switch using the value of the container.

How can I fill the container in Java Mapping?

Thanks for the input.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member200962
Active Contributor
0 Kudos
How can I fill the container in Java Mapping?

Mandatory to fill the container in JAVA Mapping? If not then you can try the below:

1) Define a Container Object...already done

2) Let the JAVA Mapping create the required message....transformation step.

3) include a Container Operation before the Switch step (and after the Transformation)

4) Mode as Assign...Target will be your Container Object (integer)....Expression will be the node from the output message of JAVA mapping.

Regards,

Abhishek.