I want to load different drl files into a kiebase, if the rules have no salience attribute attached to them, will the default execution order be aligned with the order in which they are specified in the kmodule? I mean, does Drools, behind the scene, just create one large drl file automatically from the multiple drl files, then execute. My understanding is if the rules in a rule file have no salience, then as they are written they will be executed, barring any modifications/insertions to existing facts, that may re-trigger rules out of order.
Thank You.