Rule resources enable you to write rules that are triggered when entities are asserted into working memory or are modified.
See also TIBCO BusinessEvents Language Reference.
A concept or event type in the project that you will use in your rules. Types you add to the declaration define the scope of the rule.It is not necessary to add scorecards in the declaration in order to use them in the rule.For example, a concept definition such as /Concepts/Accounts/CheckAccount. Alias A name, valid only within the scope of the rule, for an instance of the type specified in the Term field. For example: the name checkaccount, or the letter c. Use aliases to refer to instances of the types in the rule conditions and actions. You can change the alias. Aliases must be valid identifiers Each line in the Conditions area is a single expression that evaluates to true or false. Each line is joined to the others with an implicit and operator.For the OR operator, use a double pipe (||) on the same line.BusinessEvents evaluates single lines from left to right. BusinessEvents optimizes the evaluation of multiple lines. The function registry is on the top right side of the rule editor. As shipped, BusinessEvents includes two catalogs in the function registry: Standard and Ontology. See Understanding and Working With Functions.You can add more catalogs for custom functions. See TIBCO BusinessEvents Language Reference for details.
Global Var? The name to appear as the label for the resource. Names follow Java variable naming restrictions. Do not use any reserved words. Names must be unique within a folder. See Identifiers (Names) in TIBCO BusinessEvents Language Reference. Specify a value between 1 and 10, where 1 is the highest priority and 10 is the lowest priority. Rules with a higher priority execute before rules with a lower priority.Only set priority where there is a reason to control the order of rules. As a general practice, it is more efficient to let the engine determine the order of rule firing.
Copyright © TIBCO Software Inc. All Rights Reserved.