Upload_SetNumAttempts
Sets the number of attempts to complete a failed Upload action.
Syntax
bool Upload_SetNumAttempts (StrParamMW)
Parameters
The number of times to retry the FileNet upload upon failure. Smart Parameters are supported.Returns
Always True.Level
All levels.Details
If the upload action fails, it will be automatically retried. The number of retries can be controlled with this action. If this action is not called, the default value of 3 will be used.- Example
Upload_SetNumAttempts("5")