![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Concepts.Accounts.CheckAccount checkacc; A name used to refer to the scope element or variable in the Pre-conditions (when) and Action Context (actionContext) sections of the rule. Aliases must be valid identifiers See Identifier Naming Requirements. Each line in the Pre-conditions area is a single expression. Expressions can be local variable declarations, method calls and so on, as well as expressions that evaluates to true or false such as are found in regular rules. Each line is joined to the others with an implicit and an operator.For the OR operator, use a double pipe (||) on the same line.TIBCO BusinessEvents evaluates single conditions from left to right. TIBCO BusinessEvents optimizes the evaluation of multiple conditions (see Order of Evaluation of Rule Conditions in TIBCO BusinessEvents Architect’s Guide.)See Pre-conditions Section for an overview.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |