We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84125b1 commit 5634530Copy full SHA for 5634530
cylc/flow/data_messages.proto
@@ -164,6 +164,7 @@ message PbJob {
164
}
165
166
message PbTask {
167
+ reserved 7;
168
optional string stamp = 1;
169
optional string id = 2;
170
optional string name = 3;
@@ -245,6 +246,7 @@ message PbTaskProxy {
245
246
247
248
message PbFamily {
249
+ reserved 6;
250
251
252
0 commit comments