ActivityPolicy Class

Definition

Execution policy for an activity.

public class ActivityPolicy
type ActivityPolicy = class
Public Class ActivityPolicy
Inheritance
ActivityPolicy

Constructors

ActivityPolicy()

Initializes a new instance of the ActivityPolicy class.

ActivityPolicy(IDictionary<String,Object>, Object, Object, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>)

Initializes a new instance of the ActivityPolicy class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

Retry

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

RetryIntervalInSeconds

Gets or sets interval between each retry attempt (in seconds). The default is 30 sec.

SecureInput

Gets or sets when set to true, Input from activity is considered as secure and will not be logged to monitoring.

SecureOutput

Gets or sets when set to true, Output from activity is considered as secure and will not be logged to monitoring.

Timeout

Gets or sets 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])).

Methods

Validate()

Validate the object.

Applies to