Hi
JDeveloper 11.1.1.6, WLS 10.3.6, BPM 11.1.1.6
Can the BPM XPATH Expression Builder take the Conditional or Ternary Operators?
I think it is not supported, because if I write a condition like the following in the expression it will give an error.
Error: The expression in node Time Check is invalid: XPath expression '(bpmn:getDataObject('payload')/ns:b == 'Y') ? string(bpmn:getDataObject('payload')/ns:a) : string('')' is invalid. Cause: 'null'
Is there any other way to write this kind of conditional expression.
I think it would be useful if it is supported.
Thanks for any pointers
Sameer