Here is my observation, i can see the Ruleflowprocessinstance i.e workflow
process "loanApprovaltest" in my test case but when i debug its not showing
in the workingmemory view, i guess that the whole process instance doesn't
get into working memory.
I guess this could be the reason why rules are
Hi
I tried to do a simple test case using spring drools. Following is the
test class, it inserts customer object into the workflow.rf and fire the
rules 1. nameShouldBeEntered & 2. emailShouldBeValid
I have also attached drl, rf and applicationContext.xml files in this mail.
nameShouldBeEnter