OptionalbackoffCoefficient used to calculate the next retry interval. The next retry interval is previous interval multiplied by this coefficient.
OptionalinitialInterval of the first retry. If coefficient is 1 then it is used for all retries
number of milliseconds or ms-formatted string
OptionalmaximumMaximum number of attempts. When exceeded, retries stop (even if ActivityOptions.scheduleToCloseTimeout hasn't been reached).
OptionalmaximumMaximum interval between retries. Exponential backoff leads to interval increase. This value is the cap of the increase.
100x of initialInterval
number of milliseconds or ms-formatted string
OptionalnonList of application failures types to not retry.
Options for retrying Workflows and Activities