feat(api): adds task name to PipelineTaskFinalStatus message (#7452)
* Adds task name to PipelineTaskFinalStatus. * Fixes comment error.
This commit is contained in:
parent
dfc85b0a0d
commit
541f2ac8de
|
|
@ -901,6 +901,8 @@ message PipelineTaskFinalStatus {
|
|||
// `projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}`.
|
||||
string pipeline_job_resource_name = 5;
|
||||
|
||||
// The pipeline task that produces this status.
|
||||
string pipeline_task_name = 6;
|
||||
}
|
||||
|
||||
message PipelineStateEnum {
|
||||
|
|
|
|||
Loading…
Reference in New Issue