PipelineRun interface
Information about a pipeline run.
Properties
| additional |
Additional properties |
| duration |
The duration of a pipeline run. |
| invoked |
Entity that started the pipeline run. |
| is |
Indicates if the recovered pipeline run is the latest in its group. |
| last |
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. |
| pipeline |
The pipeline name. |
| run |
Run dimensions emitted by Pipeline run. |
| run |
The end time of a pipeline run in ISO8601 format. |
| run |
Identifier that correlates all the recovery runs of a pipeline run. |
| run |
Identifier of a run. |
| run |
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