Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Creating simple expert system with Biztalk 2009 › Re: Creating simple expert system with Biztalk 2009
Thanks for reply. Well – i guess i didn’t make myself clear. Forget about my expert system’s subject of knowledge. It could be anything (for example, weather prediction / car failure localization) – it’s just a subject i picked. My program should be based on rules that are exploited when user answers ‘yes’ or ‘no’. It’s not about building program which can detect failure on its own (so WMI is not an option), it’s about sharing knowledge on given discipline. Why i wanted to use BizTalk for that? Well, i’ve noticed it has something called BRE that can be used to define rules. I wondered if it could be useful to my case.