kie-drl/Readme.md
The rule(DRL) engine feature different use cases/code paths.
As per the compilation phase, currently only the ExecutableModel is implemented, and relevant code is present in drl-engine-compilation-common (to be inherited by all drl-engine implementations)
As per the runtime phase, there are at least four different scenarios:
drl-engine-kiesession-localAt Runtime, the FRI should univocal define
E.g.
/drl/something resource is compiled/drl/kiesessionlocal/something will be asked forkiesessionlocal would be the submodule identifier, and the specific implementation will return true on canManage method