The BizTalk Business Rules Engine (BRE) provides a framework to implement business rules within a BizTalk application (or other .Net Server application).
The BizTalk Business Rules Engine (BRE) provides a framework to implement business rules within a BizTalk application (or other .Net Server application, although this still requires BizTalk licensing).
The Microsoft BizTalk Business Rules Engine consists of the following major components:
- Rules - as defined in the form of
if condition ... then action ....
- Policies - provide groupings of rules
- Vocabularies - allow the definition and use of domain specific terminology within rules.
- Facts - Which trigger the rules, and can of the form of Xml messages, .Net components, or Sql row data.
- Rule Store - The Knowledge Base of facts