This repository was archived by the owner on Aug 26, 2022. It is now read-only.

Description
This is a feature proposal.
We can add activation rules processing for entities, so we could assess whether a given entity should be activated (called) only if it meets the requirements proposed by the rules.
What should we change for this to work?
- Add a rule evaluation engine (options: Drools, Retex, Ruler)
- Add a CRD where the user can describe the rules in some kind of language/DSL.
- Add the call to the rule evaluation engine to the message dispatching engine, passing the entity as an argument.