Business Rules Engine - any suggestions?

Posts   
1  /  2
 
    
greenstone
User
Posts: 132
Joined: 20-Jun-2007
# Posted on: 28-Oct-2011 15:12:34   

Hi raist,

Would love to hear more details of using the llblgen as the data provider for WF! How far have you gotten along? Any good/bad issues along the way?

greenstone

raist
User
Posts: 114
Joined: 19-Apr-2010
# Posted on: 24-Nov-2011 13:19:09   

In the end we're going to use Stateless instead of WF 4.0 http://code.google.com/p/stateless/

Last code in https://github.com/haf/Stateless

We're right now using it to get rid of page Redirects from nowhere and to set manual (long term) workflows.

Reasons for Stateless - Simpler. It has no graphical designer, but you can set a complete WF in just a page of code. - No hidden dependencies. Just set the states, transitions and transition functions and you're done. - Full WF schema control. Save your states in any <ID, state> pair in the database (we have created ad-hoc entities)

Right now, it's not so powerful as WF, but we don't need more before .Net 5.0 is out stuck_out_tongue_winking_eye

1  /  2