javascript - how deal with dynamic rules in a flow -
i'm using nools rule engine , have necessity of modify rules on fly without impacting rule engine integrity.
so far using default 'main' action group store default rules , using specific action group store rules belongs company. if company want change/add/delete rules need create again entire flow. wasn't able find in documentation. me remove flow ( contain rules companies ) , create again seems work rules crud operations. because of started think maybe flow per company better strategy still, if want change rules flow need removed , added again new rules, altered rules , without deleted rules. problem rules modified/deleted/add on fly.
my questions:
- how other rules engines deal dynamical crud operations on rules?
- should using flow per company ?
- is there way add/delete/modify rules flow dynamically in nools?
- is there more rule engine style solution this?
any appreciated.
thanks
i rather work on making object chaining (inheritance) based on explanation given create rules programmatically suit requirement
Comments
Post a Comment