PipelineRun interface

Information about a pipeline run.

Properties

additionalProperties

Additional properties

durationInMs

The duration of a pipeline run.

invokedBy

Entity that started the pipeline run.

isLatest

Indicates if the recovered pipeline run is the latest in its group.

lastUpdated

The last updated timestamp for the pipeline run event in ISO8601 format.

message

The message from a pipeline run.

parameters

The full or partial list of parameter name, value pair used in the pipeline run.

pipelineName

The pipeline name.

runDimensions

Run dimensions emitted by Pipeline run.

runEnd

The end time of a pipeline run in ISO8601 format.

runGroupId

Identifier that correlates all the recovery runs of a pipeline run.

runId

Identifier of a run.

runStart

The start time of a pipeline run in ISO8601 format.

status

The status of a pipeline run. Possible values: Queued, InProgress, Succeeded, Failed, Canceling, Cancelled

Property Details

additionalProperties

Additional properties

additionalProperties?: Record<string, any>

Property Value

Record<string, any>

durationInMs

The duration of a pipeline run.

durationInMs?: number

Property Value

number

invokedBy

Entity that started the pipeline run.

invokedBy?: PipelineRunInvokedBy

Property Value

isLatest

Indicates if the recovered pipeline run is the latest in its group.

isLatest?: boolean

Property Value

boolean

lastUpdated

The last updated timestamp for the pipeline run event in ISO8601 format.

lastUpdated?: Date

Property Value

Date

message

The message from a pipeline run.

message?: string

Property Value

string

parameters

The full or partial list of parameter name, value pair used in the pipeline run.

parameters?: Record<string, string>

Property Value

Record<string, string>

pipelineName

The pipeline name.

pipelineName?: string

Property Value

string

runDimensions

Run dimensions emitted by Pipeline run.

runDimensions?: Record<string, string>

Property Value

Record<string, string>

runEnd

The end time of a pipeline run in ISO8601 format.

runEnd?: Date

Property Value

Date

runGroupId

Identifier that correlates all the recovery runs of a pipeline run.

runGroupId?: string

Property Value

string

runId

Identifier of a run.

runId?: string

Property Value

string

runStart

The start time of a pipeline run in ISO8601 format.

runStart?: Date

Property Value

Date

status

The status of a pipeline run. Possible values: Queued, InProgress, Succeeded, Failed, Canceling, Cancelled

status?: string

Property Value

string