I am using the jBPM Business Central to create DMN rules for my project. In the DMN rule, I am invoking an external java function to perform certain actions. Once the DMN is modeled in Business central, I download it and include it to my project resources and execute the DMN with the drools DMN engine.
Here is decision that invokes the java function
And the Business central validation error
Is there any way to include the dependency for the java function in Business central? Because of this build error, I couldn't create tests for the DMN in business central. Can someone help me?