I have created a Model named applicationHealth which contain a class “com.xyz.rims.model.Application” on Guvnor. Also created a Business rule asset named ‘ApplicationHealthRule’ which uses ‘Application’. I have created a business rule task in a BPMN2 process and gave the ‘ruleflow-group’ as same as a Business rule assets .
kbuilder.add(ResourceFactory.newUrlResource(DROOLS_COMMON_URL+"ApplicationHealthRule/binary"), ResourceType.BRL); I used the above code to add the resource to kbuilder The error I get is: [Unable to resolve ObjectType 'Application' : [Rule name='ApplicationHealthRule'] ] -- View this message in context: http://drools.46999.n3.nabble.com/Error-in-adding-BRL-in-Guvnor-tp4020555.html Sent from the Drools: User forum mailing list archive at Nabble.com. _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
