biztalk-rule-engine

Is it possible to use BizTalk Rule Engine independently from BizTalk Server?

旧城冷巷雨未停 提交于 2019-12-24 01:58:33
问题 Currently I'm involved in a project with lots of rules in it. There's an idea to use BizTalk's Business Rule Composer for rule creation. Question1. Is it possible to use it independently? Question2. If so, how can I subscribe to change of different Fact Source types like .Net Objects , Databases ? FYI, I'm using BizTalk Server 2013. 回答1: Well, to run the rules composer you need to have the biztalk engine installed, you can't separate them, in such a case you will end up to pay for the license

Biztalk - possible to create rule/policy programmatically?

与世无争的帅哥 提交于 2019-12-21 20:51:27
问题 It seems that Biztalk only supports making rules via the Business Rules Composer, a design-time tool. Everywhere I see "programmatic" referring to Biztalk's Business Rules Engine (BRE), I only see that you can execute the rules in .NET, but not actually create them. I have found the Microsoft.RuleEngine namespace, but the documentation is abysmal, with zero examples and I can't even tell if you can use it to create a rule, or just retrieve the rules (one example I found). Is anyone aware of

Biztalk - possible to create rule/policy programmatically?

走远了吗. 提交于 2019-12-04 14:08:37
It seems that Biztalk only supports making rules via the Business Rules Composer, a design-time tool. Everywhere I see "programmatic" referring to Biztalk's Business Rules Engine (BRE), I only see that you can execute the rules in .NET, but not actually create them. I have found the Microsoft.RuleEngine namespace, but the documentation is abysmal, with zero examples and I can't even tell if you can use it to create a rule, or just retrieve the rules (one example I found). Is anyone aware of whether this API exists and/or blogs/references/docs that might be helpful. I think I found a partial