Optional
backoffBackoff coefficient for retry mechanism.
Optional
maximumMaximum number of attempts for retries.
Optional
maximumMaximum interval between retries.
Optional
throwWhether 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.