cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing container variable of BPM in Message Mapping function

Former Member
0 Kudos

Hi,

I have a scenario in BPM where i have a container variable that is used as a loop counter.I want to access that counter defined , every time when i go around the loop and perform certain actions based on that counter. so how can i access that variable in my message Mapping function.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sudharshan,

check these links, hope they give you the required information (i think there is some problem with SDN site, check these links after a while)

Regards

Vishnu

Answers (1)

Answers (1)

Former Member
0 Kudos

Instead of a simple variable use an abstract interface with a messagetype having a single node named counter. Run the loop on this variable (accessed by xpath) and use multimapping to access the value of the loop counter.

I have not tried this method yet. Maybe you can just give a try and see whether it solves your problem.

Best Regards,

Kannan