RetryPolicyResponse

data class RetryPolicyResponse(val count: Any? = null, val intervalInSeconds: Int? = null)

Execution policy for an activity.

Constructors

Link copied to clipboard
constructor(count: Any? = null, intervalInSeconds: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Any? = null

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

Link copied to clipboard
val intervalInSeconds: Int? = null

Interval between retries in seconds. Default is 30.