Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActivityPolicy

Package version

Execution policy for an activity.

Hierarchy

  • ActivityPolicy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional retry

retry: any

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

Optional retryIntervalInSeconds

retryIntervalInSeconds: undefined | number

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

Optional secureInput

secureInput: undefined | false | true

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

Optional secureOutput

secureOutput: undefined | false | true

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

Optional timeout

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