cancel
Showing results for 
Search instead for 
Did you mean: 

Message id in the message mapping object

Former Member
0 Kudos

I'm working on a non BPM process and would like to add message id to a target field. How can do this in a simple way.

Thank you.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

It works...

I used this code

GlobalContainer globalContainer1 = container.getGlobalContainer();

String b = (String) globalContainer1.getParameter("mymessid");

result.addValue(b);

Former Member
0 Kudos

Hi

could you please tell me what are all the packages that I should use to be able to use this piece of code ??

thanks

kumar