Retry
Retries the Try execution when a downstream node throws an exception.
Pure Function
No
Execute Inputs
Execution
INPUTExecution Input.
Execute Outputs
Try
OUTPUTExecuted block of logic that may throw an exception.
Exhausted
OUTPUTExecuted once when retries are exhausted.
Data Outputs
Attempt
OUTPUTinteger
The current attempt.
Settings
Max Retries
INTEGERNumber of retries after the first attempt fails.
Default: 3
Strategy
STRINGRetry strategy: FIXED or EXPONENTIAL.
Default: FIXED
Options:
FIXEDEXPONENTIAL
Initial Delay (ms)
INTEGERBase delay in milliseconds before the first retry.
Default: 500
Multiplier
DOUBLEMultiplier for exponential backoff strategies.
Default: 2.0
Max Delay (ms)
INTEGERMaximum delay cap in milliseconds.
Default: 30000
Debug
STRINGBreak on node when executing.
Default: No
Options:
NoBeforeInputsBeforeProcessingAfterProcessing