deliveredtechnologies / rulebook

100% Java, Lambda Enabled, Lightweight Rules Engine with a Simple and Intuitive DSL
http://www.deliveredtechnologies.com
Apache License 2.0
717 stars 124 forks source link

when creating rule with RuleBuilder.create() there is no option to specify order id #140

Closed VasuBhaskar closed 5 years ago

VasuBhaskar commented 6 years ago

may be i am missing something, but as far as I see, there is no option to specify rule order when creating rules with RuleBuilder.create().

Or is it like rules will execute in the order they are added.

VasuBhaskar commented 6 years ago

@Clayton7510

Clayton7510 commented 5 years ago

Sorry, I must have missed this one. The rules are in the order in which they are added.

VasuBhaskar commented 5 years ago

Thanks a lot @Clayton7510

Clayton7510 commented 5 years ago

That's correct. They are run in the order in which they are added.