DPE Web Applications 2.x

Retry

Retries an activity when exceptions occur.

image2022-7-20_15-58-33.png


Parameters

image2022-7-21_9-14-25.png


Input

Name

Description

RetryCount

Number of retries

RetryDelay

Delay in milliseconds between retries

ThrowOnFinalException

Throw exception if retries do not succeed, default: true

Output

Name

Description

FinalException

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