Oracle Buisness Rule error with BPM
763485May 17 2010 — edited May 17 2010Hi
I am trying to invoke a buisness rule from a BPM flow
The rule works fine when tested independently using a test function from Jdeveloper which invokes the corresponding rules decison_service.The rule takes input and output of xml type.The facts are created and rule doesnot have any validation errors.
However when invoked from BPM , I get the below error:
Non Recoverable Business Fault :
Fact not found in the rule engine working memory, rule session execution failed. The rule session 10006 failed because an instance of the fact com.bt.nat.wsi._2005._06.grant.BES could not be found in the working memory of the rule session. This is most likely a rule modeling error. The decision service interaction expects the fact instance to exist in the working memory of the rule session. Check the rule actions in rule designer and make sure that a fact of the expected type is being asserted. If the error persists, contact Oracle Support Services. 10006
Please help.