OptionalbackoffBackoff coefficient for retry mechanism.
OptionalinitialInitial interval before the first retry attempt. Formula: initialInterval * backoffCoefficient^retryCount, clamped by maximumInterval.
OptionalmaximumMaximum number of attempts for retries.
OptionalmaximumMaximum interval between retries.
OptionalthrowWhether to throw an error on final failure after retries are exhausted
or return the error object as a standard response containing error-related
fields like stack, code, message.
Type definition for workflow configuration.