Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActivityRun

Package version

Information about an activity run in a pipeline.

Hierarchy

  • ActivityRun

Indexable

[property: string]: any

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

Index

Properties

Optional activityName

activityName: undefined | string

The name of the activity. NOTE: This property will not be serialized. It can only be populated by the server.

Optional activityRunEnd

activityRunEnd: Date

The end time of the activity run in 'ISO 8601' format. NOTE: This property will not be serialized. It can only be populated by the server.

Optional activityRunId

activityRunId: undefined | string

The id of the activity run. NOTE: This property will not be serialized. It can only be populated by the server.

Optional activityRunStart

activityRunStart: Date

The start time of the activity run in 'ISO 8601' format. NOTE: This property will not be serialized. It can only be populated by the server.

Optional activityType

activityType: undefined | string

The type of the activity. NOTE: This property will not be serialized. It can only be populated by the server.

Optional durationInMs

durationInMs: undefined | number

The duration of the activity run. NOTE: This property will not be serialized. It can only be populated by the server.

Optional error

error: any

The error if any from the activity run. NOTE: This property will not be serialized. It can only be populated by the server.

Optional input

input: any

The input for the activity. NOTE: This property will not be serialized. It can only be populated by the server.

Optional linkedServiceName

linkedServiceName: undefined | string

The name of the compute linked service. NOTE: This property will not be serialized. It can only be populated by the server.

Optional output

output: any

The output for the activity. NOTE: This property will not be serialized. It can only be populated by the server.

Optional pipelineName

pipelineName: undefined | string

The name of the pipeline. NOTE: This property will not be serialized. It can only be populated by the server.

Optional pipelineRunId

pipelineRunId: undefined | string

The id of the pipeline run. NOTE: This property will not be serialized. It can only be populated by the server.

Optional status

status: undefined | string

The status of the activity run. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc