cancel
Showing results for 
Search instead for 
Did you mean: 

Condition Editor in Busines Process View - getting element of a message

Former Member
0 Kudos

Hey Experts,

I´ve got a problem in the Condition Editor of the PI7.1

I loop over a index until it reached the size of a attribute "Count" in Message in my process.

Picture of Process and Condition Editor

In the given screenshot I tried to get the attribute via XPath, but in the Monitoring I get error "Invalid_Operand"

How can I get this attribute of my message in the condition editor?

Thanks for reply.

Rgds,

Steffen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you need to give the element path as container object name defined and followed by/ and then full path of the message

for more details you can go to SAP BASIS package installed in your ESR and go to namespace http://sap.com/xi/XI/System/Patterns and check the pattern BpmPatternCollectPayload where the condition for the loop has been defined there...

HTH

Rajesh

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks,

this was the tip I needed ...