cancel
Showing results for 
Search instead for 
Did you mean: 

XPATH: Condition with substring

Former Member
0 Kudos

Hi everybody,

in BPM we got several branches.

Regarding a condition that refers to the message-interface we want to process the different branches.

My question is:

Is it possible to use substring function in condition editor.

Sample: Value is >EXCP_ThisIsTheExceptionText<

I just want wo know, if the value starts with EXCP_

Regards Mario

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

sure it's possible

you jut need to specify it as XPATH

as shown here:

/people/shabarish.vijayakumar/blog/2006/06/07/customise-your-xpath-expressions-in-receiver-determination

you can use any xpath function like this so it's a pretty handy tool:)

Regards,

michal

Former Member
0 Kudos

Hi Michal,

thank you!

Did it onw my own:

/p1:AccountUpdateResponse/p1:AccountUpdateResult[(starts-with(.,"EXCP_"))]

Regards Mario