Package version:

Interface ActivityPolicy

Execution policy for an activity.

Hierarchy

  • ActivityPolicy

Indexable

[property: string]: any

Properties

retry?: any

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

retryIntervalInSeconds?: number

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

secureInput?: boolean

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

secureOutput?: boolean

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

timeout?: any

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])).

Generated using TypeDoc