I am writing a corb task where the uri module passes on to the processor module a list of uris of documents of which the string value of a certain element has to be padded. The uri module lists those documents where the strings are shorter than desired. Since after the updates the strings would be of desired length the changed documents can't be identified any more. Also there would not be any record of the previous lengths of the strings in those documents. So, I don't see an easy way of writing a roll-back script.
What is an efficient way of doing rollback for such scenarios?
We don't have version managed documents.