Sdílet prostřednictvím


RetryPolicy interface

Execution policy for an activity.

Properties

count

Maximum ordinary retry attempts. Default is 0. Type: integer (or Expression with resultType integer), minimum: 0.

intervalInSeconds

Interval between retries in seconds. Default is 30.

Property Details

count

Maximum ordinary retry attempts. Default is 0. Type: integer (or Expression with resultType integer), minimum: 0.

count?: any

Property Value

any

intervalInSeconds

Interval between retries in seconds. Default is 30.

intervalInSeconds?: number

Property Value

number