Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomActivity

Package version

Custom activity type.

Hierarchy

Indexable

[property: string]: any

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

Index

Properties

Optional autoUserSpecification

autoUserSpecification: any

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

command

command: any

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

Optional dependsOn

dependsOn: ActivityDependency[]

Activity depends on condition.

Optional description

description: undefined | string

Activity description.

Optional extendedProperties

extendedProperties: undefined | {}

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.

Optional folderPath

folderPath: any

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

Optional linkedServiceName

linkedServiceName: LinkedServiceReference

Linked service reference.

name

name: string

Activity name.

Optional policy

Activity policy.

Optional referenceObjects

Reference objects

Optional resourceLinkedService

resourceLinkedService: LinkedServiceReference

Resource linked service reference.

Optional retentionTimeInDays

retentionTimeInDays: any

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

type

type: "Custom"

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

Optional userProperties

userProperties: UserProperty[]

Activity user properties.

Generated using TypeDoc