From 7b1fd01ff429d28755765204f00dea57598d8851 Mon Sep 17 00:00:00 2001 From: SmritiSatyanV <94349093+SmritiSatyanV@users.noreply.github.com> Date: Thu, 14 Jul 2022 18:49:43 +0530 Subject: [PATCH] Update execution.proto (#309) * Update execution.proto [Slack conversation](https://flyte-org.slack.com/archives/C01P3B761A6/p1657755908722469) Signed-off-by: SmritiSatyanV * Make generate Signed-off-by: Kevin Su Co-authored-by: Kevin Su --- gen/pb-go/flyteidl/core/execution.pb.go | 2 +- gen/pb-java/flyteidl/core/Execution.java | 4 ++-- protos/docs/core/core.rst | 2 +- protos/flyteidl/core/execution.proto | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gen/pb-go/flyteidl/core/execution.pb.go b/gen/pb-go/flyteidl/core/execution.pb.go index 290ee20379..17ce67b6cd 100644 --- a/gen/pb-go/flyteidl/core/execution.pb.go +++ b/gen/pb-go/flyteidl/core/execution.pb.go @@ -288,7 +288,7 @@ func (m *WorkflowExecution) XXX_DiscardUnknown() { var xxx_messageInfo_WorkflowExecution proto.InternalMessageInfo -// Indicates various phases of Node Execution +// Indicates various phases of Node Execution that only include the time spent to run the nodes/workflows type NodeExecution struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` diff --git a/gen/pb-java/flyteidl/core/Execution.java b/gen/pb-java/flyteidl/core/Execution.java index 5ef8a93620..596db042e6 100644 --- a/gen/pb-java/flyteidl/core/Execution.java +++ b/gen/pb-java/flyteidl/core/Execution.java @@ -609,7 +609,7 @@ public interface NodeExecutionOrBuilder extends } /** *
-   * Indicates various phases of Node Execution
+   * Indicates various phases of Node Execution that only include the time spent to run the nodes/workflows
    * 
* * Protobuf type {@code flyteidl.core.NodeExecution} @@ -1006,7 +1006,7 @@ protected Builder newBuilderForType( } /** *
-     * Indicates various phases of Node Execution
+     * Indicates various phases of Node Execution that only include the time spent to run the nodes/workflows
      * 
* * Protobuf type {@code flyteidl.core.NodeExecution} diff --git a/protos/docs/core/core.rst b/protos/docs/core/core.rst index aee53b9c6c..2701bff087 100644 --- a/protos/docs/core/core.rst +++ b/protos/docs/core/core.rst @@ -645,7 +645,7 @@ Represents the error message from the execution. NodeExecution ------------------------------------------------------------------ -Indicates various phases of Node Execution +Indicates various phases of Node Execution that only include the time spent to run the nodes/workflows diff --git a/protos/flyteidl/core/execution.proto b/protos/flyteidl/core/execution.proto index d39024a217..0c3787b66b 100644 --- a/protos/flyteidl/core/execution.proto +++ b/protos/flyteidl/core/execution.proto @@ -22,7 +22,7 @@ message WorkflowExecution { } } -// Indicates various phases of Node Execution +// Indicates various phases of Node Execution that only include the time spent to run the nodes/workflows message NodeExecution { enum Phase { UNDEFINED = 0;