cancel
Showing results for 
Search instead for 
Did you mean: 

BPM Co ntainer Variable

Former Member
0 Kudos

In BPM I am receiving a Message and after that I am transforming that message to a different format, but before that I want to copy the initial message to a variable, how can we do that?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Karen,

when u are in BPM, you would have used an Abstract Interface to receive the msg (which you are about to change).

Create a Container Variable using this Initial Abstract Interface. Now this COV will contain your unchanged msg.

Regards

Vishnu

Former Member
0 Kudos

Your previous message is also there in the contaier element in which you recieved it.

Regards,

Satish

Former Member
0 Kudos

Or you can append that message in a container operation with diffrent container variable name.

Regards,

satish