Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flyteidl2/actions/actions_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ message UpdateRequest {
flyteidl2.workflow.ActionStatus status = 3 [(buf.validate.field).required = true];

// The new state in form of a JSON serialized `NodeStatus` object.
string state = 4 [(buf.validate.field).string.min_len = 2];
string state = 4;
}

// UpdateResponse is the response message for updating the status of an action.
Expand Down
173 changes: 86 additions & 87 deletions gen/go/flyteidl2/actions/actions_service.pb.go

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

Loading
Loading