PipelineRun interface

Information about a pipeline run.

Properties

durationInMs

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

invokedBy

Entity that started the pipeline run. NOTE: This property will not be serialized. It can only be populated by the server.

isLatest

Indicates if the recovered pipeline run is the latest in its group. NOTE: This property will not be serialized. It can only be populated by the server.

lastUpdated

The last updated timestamp for the pipeline run event in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

message

The message from a pipeline run. NOTE: This property will not be serialized. It can only be populated by the server.

parameters

The full or partial list of parameter name, value pair used in the pipeline run. NOTE: This property will not be serialized. It can only be populated by the server.

pipelineName

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

runDimensions

Run dimensions emitted by Pipeline run. NOTE: This property will not be serialized. It can only be populated by the server.

runEnd

The end time of a pipeline run in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

runGroupId

Identifier that correlates all the recovery runs of a pipeline run. NOTE: This property will not be serialized. It can only be populated by the server.

runId

Identifier of a run. NOTE: This property will not be serialized. It can only be populated by the server.

runStart

The start time of a pipeline run in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

status

The status of a pipeline run. Possible values: Queued, InProgress, Succeeded, Failed, Canceling, Cancelled NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

durationInMs

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

durationInMs?: number

Property Value

number

invokedBy

Entity that started the pipeline run. NOTE: This property will not be serialized. It can only be populated by the server.

invokedBy?: PipelineRunInvokedBy

Property Value

isLatest

Indicates if the recovered pipeline run is the latest in its group. NOTE: This property will not be serialized. It can only be populated by the server.

isLatest?: boolean

Property Value

boolean

lastUpdated

The last updated timestamp for the pipeline run event in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

lastUpdated?: Date

Property Value

Date

message

The message from a pipeline run. NOTE: This property will not be serialized. It can only be populated by the server.

message?: string

Property Value

string

parameters

The full or partial list of parameter name, value pair used in the pipeline run. NOTE: This property will not be serialized. It can only be populated by the server.

parameters?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

pipelineName

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

pipelineName?: string

Property Value

string

runDimensions

Run dimensions emitted by Pipeline run. NOTE: This property will not be serialized. It can only be populated by the server.

runDimensions?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

runEnd

The end time of a pipeline run in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

runEnd?: Date

Property Value

Date

runGroupId

Identifier that correlates all the recovery runs of a pipeline run. NOTE: This property will not be serialized. It can only be populated by the server.

runGroupId?: string

Property Value

string

runId

Identifier of a run. NOTE: This property will not be serialized. It can only be populated by the server.

runId?: string

Property Value

string

runStart

The start time of a pipeline run in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

runStart?: Date

Property Value

Date

status

The status of a pipeline run. Possible values: Queued, InProgress, Succeeded, Failed, Canceling, Cancelled NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Property Value

string