We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bebf82 commit 1aa044eCopy full SHA for 1aa044e
1 file changed
apis/workflows/v1/core.proto
@@ -278,7 +278,7 @@ message TaskSubmissionGroup {
278
// The maximum number of retries for each task. Not a pointer to a lookup table, since we just inline the values.
279
repeated int64 max_retries_values = 6;
280
// 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;
+ repeated bool optional_values = 7;
282
}
283
284
// A lease for a task.
0 commit comments