Hi Experts
I am trying to run a simple Junit test case where the service task refers a delegate class using Delegate Expression ${calculateInterestService}.
When I run the test case, it gives the following error.
[main] ERROR org.camunda.bpm.engine.context - ENGINE-16004 Exception while closing command context: Unknown property used in expression: ${calculateInterestService}. Cause: Cannot resolve identifier ‘calculateInterestService’
But the same test case works fine, when I refer the delegate as a Java class (by providing the complete class name).
What am I missing here. Please advise.