Hi All, I would like to know how am I able to rollback on the ConvertToTiff() action. So the rationale is that after it converts an image, I will check if the image is corrupted, if so, I will retry this ConvertToTiff() action. Do let me know how to best approach this, or if there is an out-of-the-box action.
So currently I have created 2 other functions such that if there is a corrupted file, it will fail the first function and enter the second one. The second function will firstly delete the TIF file generated, and then it will try to ConvertToTiff() action again. I am however hitting this error:
ConvertToTIFF sSource: \\XXXXXXXXXX\batches\20180313.001016\tm000001.tif sExt: tif sDestination: \\XXXXXXXXXX\batches\20180313.001016\tm000001.TIF Destination and source files are the same (TIF). Returning False.
So I've checked my batch and it does not contain the TIF file anymore, and unlike the 'PDFFREDocumentToImage', no other node was created in the DCO for me to remove. I am unsure as to how this particular action is checking for the TIF file. If some one could help to guide me in trying to retry this action. Am I missing some deletion somewhere?
The xml will be as such: