views:

74

answers:

1

My simple RE is the former... multiple conditions and actions are set for a rule; only if all conditions are met are all actions performed. However it could instead work like a flowchart, where each condition can have true/false execution paths. While that's more powerful, it doesn't really seem like a rule any more... more like a scripting/programming language.

Thoughts welcome.

A: 

You should take a look into Microsoft Windows Workflow Foundation Rules Engine:

The rules capability allows for the declarative modeling of units of application logic within the scope of an overall business process. Sample scenarios for rules engine technology are order validation, pricing calculation, promotion enforcement, exception process management, and claims adjudication and management.

Rubens Farias
I don't even understand that text you quote. Can anyone translate to English?
John
Quoted _ipsis litteris_, please refer to http://msdn.microsoft.com/en-us/library/aa480193.aspx
Rubens Farias

related questions