Hi
just wondering if in SAP PO BPM you can do a checkpoint. What I have is a SQL step that extracts data from System A and then Checks and Submits this data in System B. If the SubmitData step fails for some reason and the BPM stops, when I restart the BPM I want it to always start from the CheckStatus step !.
The reason is that the CheckStatus step checks on the status of a record and is used in the SubmitData step to determine what action to take. If the SubmitData fails for some reason and there is then change in the target system before I can restart the message then the SubmitData will have the wrong status. Yes I could put the CheckStatus inside a UDF with the SubmitData mapping but this is a bit messy and I really want to control this in the BPM. But I cannot see a way in the BPM to block the two together so that when I restart a failed submit it will first go and do the CheckStatus.
I am using SAP PI7.31 BPM.