Skip to content

Commit 1aa044e

Browse files
Rename optional field
1 parent 9bebf82 commit 1aa044e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apis/workflows/v1/core.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ message TaskSubmissionGroup {
278278
// The maximum number of retries for each task. Not a pointer to a lookup table, since we just inline the values.
279279
repeated int64 max_retries_values = 6;
280280
// Flag indicating whether each task is optional. Not a pointer to a lookup table, since we just inline the values.
281-
repeated bool optional = 7;
281+
repeated bool optional_values = 7;
282282
}
283283

284284
// A lease for a task.

0 commit comments

Comments
 (0)