feat(api): adds task name to PipelineTaskFinalStatus message (#7452)

* Adds task name to PipelineTaskFinalStatus.

* Fixes comment error.
This commit is contained in:
Joe Liedtke 2022-03-23 15:51:46 -07:00 committed by GitHub
parent dfc85b0a0d
commit 541f2ac8de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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 {