Hi there,
I am currently building a project where we use Drools for making the decisions based on DMN models and we use Camunda for the process side with BPMN models.
Currently i have two subfolders in my resources folder:
/resources/bpmn
/resources/dmn-models
Whenever i put a bpmn model in the /bpmn folder Drools will throw an exception in runtime when i want to execute a dmn model:
java.lang.RuntimeException: Unknown resource type: ResourceType = 'jBPM BPMN2 Language'
However, as I mentioned i do not want Drools to do anything with BPMN files, is there a way to exclude the BPMN files for Drools in the kmodule.xml / application.yml file?
regards,
Boi