ActivityPolicy interface

Execution policy for an activity.

Properties

retry

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

retryIntervalInSeconds

Interval between each retry attempt (in seconds). The default is 30 sec.

secureInput

When set to true, Input from activity is considered as secure and will not be logged to monitoring.

secureOutput

When set to true, Output from activity is considered as secure and will not be logged to monitoring.

timeout

Specifies the timeout for the activity to run. The default timeout is 7 days. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

Property Details

retry

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

retry?: any

Property Value

any

retryIntervalInSeconds

Interval between each retry attempt (in seconds). The default is 30 sec.

retryIntervalInSeconds?: number

Property Value

number

secureInput

When set to true, Input from activity is considered as secure and will not be logged to monitoring.

secureInput?: boolean

Property Value

boolean

secureOutput

When set to true, Output from activity is considered as secure and will not be logged to monitoring.

secureOutput?: boolean

Property Value

boolean

timeout

Specifies the timeout for the activity to run. The default timeout is 7 days. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

timeout?: any

Property Value

any