ActivityProperties interface

Properties of the activity.

Properties

creationTime

Gets or sets the creation time.

definition

Gets or sets the user name of the activity.

description

Gets or sets the description.

lastModifiedTime

Gets or sets the last modified time.

outputTypes

Gets or sets the output types of the activity.

parameterSets

Gets or sets the parameter sets of the activity.

Property Details

creationTime

Gets or sets the creation time.

creationTime?: Date

Property Value

Date

definition

Gets or sets the user name of the activity.

definition?: string

Property Value

string

description

Gets or sets the description.

description?: string

Property Value

string

lastModifiedTime

Gets or sets the last modified time.

lastModifiedTime?: Date

Property Value

Date

outputTypes

Gets or sets the output types of the activity.

outputTypes?: ActivityOutputType[]

Property Value

parameterSets

Gets or sets the parameter sets of the activity.

parameterSets?: ActivityParameterSet[]

Property Value