We have a requirement where we need to correct the payload and reprocess the transaction from the point of failure.The data could be edited by some business owner based on some UI, for data issues or reprocessed by weblogic Admin for any technical issue.
The point of failure could be a BPEL composite or OSB in the defined scope for now.
We are using BAM in the current flow for reporting but I think such an approach is not possible in BAM.
The idea right now is to have milestones defined in the flows and persist data in some table along with payload in case of failures.Can someone help in pointing to some kind of approach we can take in the Fusion Middleware stack. We do not want to go the ADF or any Java related UI for now.