booleanOperator

The element <booleanOperator> is an operator between two Boolean expressions in the Process DM that when evaluated returns the value "true" or "false". The operator evaluates the two element <expression>s based on the attribute "booleanOperation" with following definitions– "and" – Returns "true" if both Boolean expressions are "true" otherwise returns "false".• "equal" – Returns "true" if both expressions are identical otherwise returns "false".• "exclusiveOr" – Returns "true" if one and only one Boolean expression is "true" otherwise returns "false".• "notEqual" – Returns "true" if the two expressions are different otherwise returns "false".• "or" – Returns "true" if at least one expression is "true" otherwise returns "false".