Retries an activity when exceptions occur.


Parameters


Input

NameDescription
RetryCountNumber of retries
RetryDelayDelay in milliseconds between retries
ThrowOnFinalExceptionThrow exception if retries do not succeed, default: true

Output

NameDescription
FinalException(Optional) Allows to return the final exception, if retries fail and ThrowOnFinalException is False