asulwer / RulesEngine

Rules Engine with extensive Dynamic expression support
MIT License
6 stars 1 forks source link

Splitting IRulesEngine #16

Closed asulwer closed 1 week ago

asulwer commented 1 week ago

i am removing AddWorkflow, ClearWorkflow, RemoveWorkflow, ContainsWorkflow, AddOrUpdateWorkflow and GetAllRegisteredWorkflowNames into IBaseRulesEngine leaving the Execute methods in IRulesEngin

i am creating a separate IRulesEngineEx which inherits from IBaseRulesEngine

this should separate what i added earlier and keep the old code alone, except for my change.

i created a branch called develop for you to see these changes, once i am finished