Skip to main content

Retry Policy

The Retry Policy activity configures retry behavior for a segment of the workflow.

Configuring the Retry Policy Activity

To configure the Retry Policy activity, fill in the required fields in the activity panel.

Configuration

FieldRequiredDescriptionExample
NameRequiredSpecify the name for this activity.MyActivity
DescriptionOptionalSpecify the description for this activity.Reads a file from S3
Max AttemptsRequiredTotal number of retry attempts.
Delay TimeRequiredBase delay (in milliseconds) before each retry attempt.
Max JitterOptionalMaximum random delay (in milliseconds) added on top of the base delay to avoid retry spikes.
Max Delay TimeOptionalMaximum allowed delay (in milliseconds) after applying delay and jitter. Acts as a hard cap.