How to proactively identify records in Faulted Status in BPEL?
One of the major problems with Invoice Processing in BPEL is to identify the state of records in Cube Instance and handling the problems proactively.
When a image is imported in BPEL from IPM, the intance might get into Faulted state - State 6 in cube_instance. Such instances appear to be valid in BPEL Task List from a user stand point. But in back end, the instance is invalid.
These instances are not recoverable from call backs or invokes. The instance can be in Faulted status for several reasons. Tracking down the reasons might be time consuming . In a day to day processing, such events can be handled proactively by identifying the instances first.
2