Try OpenEdge Now
skip to main content
BPM Events User's Guide
The rule language : Rule structure : Relational expressions and operands : String expression
 
String expression
A string expression combines strings using the concatenation operator +, or using string-valued functions. For example, the following string depends on an event attribute, known at run-time only.
"response time critical: request type = " + EVT_1.reqtype