cancel
Showing results for 
Search instead for 
Did you mean: 

BPM flow instance identifier in message mapping

0 Kudos

Question: Is the unique instance identifier (number) of an executing BPM flow available to a message map being executed in a transformation step in the flow? I'm thinking that it would be a parameter available in the container object, or something like that. I would expect to need a user defined function to access it.

Thanks,

Chris

Accepted Solutions (1)

Accepted Solutions (1)

henrique_pinto
Active Contributor
0 Kudos

I doubt that you can do that.

All the StreamTransformationConstants that you can access can be found if you write

StreamTransformationConstants.

and press ctrl+space, in eclipse (or NWDS).

Make sure you have

import com.sap.aii.mapping.api.StreamTransformationConstants;

and that you have added aii_map_api.jar to your project.

Regards,

Henrique.

Answers (0)