Retry on Failure of WorkFlow

Is there an OPTION to retry a workflow in case of failure. I am facing a situation here.
I have a workflow which is triggered by a new File in Google Drive. Workflow then Downloads the File and Send it to Telegram and also upload it to another folder in Google Drive. But sometimes i am getting the following error
Error
ETELEGRAM: 400 Bad Request: file must be non-empty
(send_document_or_image)

However, when I replay the same, it is working without any error.