dschulten commented on issue #6881: URL: https://github.com/apache/incubator-kie/issues/6881#issuecomment-5231164222
It turns out that `DMNInvocationEvaluator` seems to invoke BKMs properly in 10.2.0, as the following scesim proves: https://github.com/apache/incubator-kie-kogito-runtimes/blob/main/drools/kogito-scenario-simulation/src/test/resources/importedDMNInputsDecisions/Using%20Imported.scesim The test has been moved after 10.2.0 to https://github.com/apache/incubator-kie/blob/main/kogito-drools/kogito-scenario-simulation/src/test/resources/importedDMNInputsDecisions/Using%20Imported.scesim. Interestingly, there is also a variant of the same test in https://github.com/apache/incubator-kie/tree/main/drools-scenario-simulation/drools-scenario-simulation-integrationtest The `DMNInvocationEvaluator` has special handling for imported models. The `DMNDecisionServiceEvaluator` however does not. Will try to create a PR based on the import handling in `DMNInvocationEvaluator`, hoping that fits the general approach best. There are two projects that deal with scenario simulation, _incubator-kie/kogito-drools/kogito-scenario-simulation_ and _incubator-kie/drools-scenario-simulation_? I guess the former is bound to be deleted at some point, it only contains the deprecated `KogitoJunitActivator` annotation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
