How fast is a Windows Workflow Foundation Activity? I know that is an unanswerable question, so let me give you some background:
The problem needs to be solved with some type of Business Rule Engine. At one time there could be as many as 300 rules to implement. Some related, some not related.
We have played with one inexpensive BRE (rulelab.net) which claims it can run over 1000 rules a second, and it seems to run pretty fast, though we have only had a handful of rules in it.
I watched and played with the Working with data in workflows and with only one if statement it seems to run pretty slow.
All in all, I am not all that happy with the performance of Microsoft WF, am I better off with using a traditional BRE? Any thoughts?