I have a Workflow Action Script that creates a PDF of an Invoice and then sends it through SFTP. When the user initiates this action on a lot of invoices. A few of them fail with SSS_TIME_LIMIT_EXCEEDED. Is there a way to catch that in a workflow and retry?
At the moment I have a catch for any script-errors which would direct the invoice to be allowed to be resent. But it will not catch this.