Skip to content

Retry

FlowControl

Retries the Try execution when a downstream node throws an exception.

Pure Function
No

Execute Inputs

Execution

INPUT

Execution Input.

Execute Outputs

Try

OUTPUT

Executed block of logic that may throw an exception.

Exhausted

OUTPUT

Executed once when retries are exhausted.

Data Outputs

Attempt

OUTPUTinteger

The current attempt.

Settings

Max Retries

INTEGER

Number of retries after the first attempt fails.

Default: 3

Strategy

STRING

Retry strategy: FIXED or EXPONENTIAL.

Default: FIXED
Options:
FIXEDEXPONENTIAL

Initial Delay (ms)

INTEGER

Base delay in milliseconds before the first retry.

Default: 500

Multiplier

DOUBLE

Multiplier for exponential backoff strategies.

Default: 2.0

Max Delay (ms)

INTEGER

Maximum delay cap in milliseconds.

Default: 30000

Debug

STRING

Break on node when executing.

Default: No
Options:
NoBeforeInputsBeforeProcessingAfterProcessing