Package version:

Interface CustomActivity

Custom activity type.

Hierarchy

Properties

autoUserSpecification?: any

Elevation level and scope for the user, default is nonadmin task. Type: string (or Expression with resultType double).

command: any

Command for custom activity Type: string (or Expression with resultType string).

dependsOn?: ActivityDependency[]

Activity depends on condition.

description?: string

Activity description.

extendedProperties?: {
    [propertyName: string]: any;
}

User defined property bag. There is no restriction on the keys or values that can be used. The user specified custom activity has the full responsibility to consume and interpret the content defined.

Type declaration

  • [propertyName: string]: any
folderPath?: any

Folder path for resource files Type: string (or Expression with resultType string).

linkedServiceName?: LinkedServiceReference

Linked service reference.

name: string

Activity name.

Activity policy.

Reference objects

resourceLinkedService?: LinkedServiceReference

Resource linked service reference.

retentionTimeInDays?: any

The retention time for the files submitted for custom activity. Type: double (or Expression with resultType double).

type: "Custom"

Polymorphic discriminator, which specifies the different types this object can be

userProperties?: UserProperty[]

Activity user properties.

Generated using TypeDoc