Action Description
With this template, we can tell a previous action to retry a specific number of times; this action is helpful when a process can't finish its job because the resources are busy, so we can make it try "n" times expecting that the resources get freed.
Action Parameters
Under this section, it is possible to create new actions based on the following parameters:
•Name: A descriptive title for the action,
•Max number of tries: The specific number of times for retrying.
Note:
Please note that the T-workflow retries set here are multiplied by the internal retries set in the DataMover options. For instance, if this parameter is set to "3" and the internal retry is "2", the requested action will be retried nine times (3*[2+1]).
How to use it
This action can be used (in the T-Workflow designer) to, for example, try to perform an action (e.g. media transfer) for a certain number of times before returning an error code.