![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
To learn how rules are executed at runtime and for other background information see TIBCO BusinessEvents Architect’s Guide, especially the section Understanding Conflict Resolution and Run to Completion Cycles.
• Chapter 4, Rules and Functions in TIBCO BusinessEvents Architect’s Guide
• Chapter 41, Diagrams for information on using rule dependency and sequence diagrams.
• Declaration — Use the declaration to declare which concepts and events the rule will depend on, and the names by which instances of these entities can be referred to in the conditions and actions. Aliases must be valid identifiers. Declaring multiple terms of the same type allows the rule to consider multiple instances of the corresponding entity.
• Conditions — Each statement in the condition must evaluate to a boolean value. All of these statements must be true for the rule’s action to be executed. Assignments and calls to certain functions are disallowed in the condition.
• Actions — List of statements that will be executed, when the rule is fired, for each combination of terms that matches all the conditions.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |