Skip to content

Commit

Permalink
Update execution.proto (#309)
Browse files Browse the repository at this point in the history
* Update execution.proto

[Slack conversation](https://flyte-org.slack.com/archives/C01P3B761A6/p1657755908722469)
Signed-off-by: SmritiSatyanV <[email protected]>

* Make generate

Signed-off-by: Kevin Su <[email protected]>

Co-authored-by: Kevin Su <[email protected]>
  • Loading branch information
SmritiSatyanV and pingsutw authored Jul 14, 2022
1 parent 62a6920 commit df3dda9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion flyteidl/gen/pb-go/flyteidl/core/execution.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flyteidl/gen/pb-java/flyteidl/core/Execution.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flyteidl/protos/docs/core/core.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flyteidl/protos/flyteidl/core/execution.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit df3dda9

Please sign in to comment.