cancel
Showing results for 
Search instead for 
Did you mean: 

BPM condition: Compare Payload with Constant

Former Member
0 Kudos

Hi everybody,

if I like to compare the payload with a constant, do I have to User

a) MYCONSTANT

b) 'MYCONSTANT'.

Thanks, Ragards

Mario

Accepted Solutions (0)

Answers (4)

Answers (4)

iaki_vila
Active Contributor
0 Kudos

No brackets are necesary. You must to have carefully with the no constant part and put its namespace. The best form in the "Expresion Editor" is chose "Interface Variable" and Xpath marked.

prabhu_s2
Active Contributor
0 Kudos

donot use with quotes. the enteries are represented in the string format and hence giving without quotes doenst make any difference with the org.text.

Former Member
0 Kudos

Mario,

Inside UDF? Then it is "MYCONSTANT"

using std function? Then it is MYFUNCTION

Regards,

Jai Shankar

Former Member
0 Kudos

Hi,

You can just give the string you need. No need to give single quotes.

Regards,

P.Venkat