Commit 2cfe041
committed
Remove unused rpc_metadata/rpc_timeout from child interceptor inputs
Remove rpc_metadata and rpc_timeout fields from
UpdateWithStartUpdateWorkflowInput and UpdateWithStartStartWorkflowInput.
These fields were never forwarded to the underlying execute_multi_operation
gRPC call — only the top-level StartWorkflowUpdateWithStartInput fields
are authoritative.
Also remove the corresponding parameters from WithStartWorkflowOperation
since they only served to populate the (now-removed) child input fields.
This is a breaking change for interceptors that accessed rpc_metadata or
rpc_timeout on the child input objects.1 parent c70d68c commit 2cfe041
3 files changed
Lines changed: 3 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1190 | 1190 | | |
1191 | 1191 | | |
1192 | 1192 | | |
1193 | | - | |
1194 | | - | |
1195 | 1193 | | |
1196 | 1194 | | |
1197 | 1195 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
338 | | - | |
339 | 337 | | |
340 | 338 | | |
341 | 339 | | |
| |||
366 | 364 | | |
367 | 365 | | |
368 | 366 | | |
369 | | - | |
370 | | - | |
371 | 367 | | |
372 | 368 | | |
373 | 369 | | |
| |||
376 | 372 | | |
377 | 373 | | |
378 | 374 | | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
385 | 378 | | |
386 | 379 | | |
387 | 380 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1065 | 1065 | | |
1066 | 1066 | | |
1067 | 1067 | | |
1068 | | - | |
1069 | | - | |
1070 | 1068 | | |
1071 | 1069 | | |
1072 | 1070 | | |
| |||
1095 | 1093 | | |
1096 | 1094 | | |
1097 | 1095 | | |
1098 | | - | |
1099 | | - | |
1100 | 1096 | | |
1101 | 1097 | | |
1102 | 1098 | | |
| |||
1127 | 1123 | | |
1128 | 1124 | | |
1129 | 1125 | | |
1130 | | - | |
1131 | | - | |
1132 | 1126 | | |
1133 | 1127 | | |
1134 | 1128 | | |
| |||
1159 | 1153 | | |
1160 | 1154 | | |
1161 | 1155 | | |
1162 | | - | |
1163 | | - | |
1164 | 1156 | | |
1165 | 1157 | | |
1166 | 1158 | | |
| |||
1189 | 1181 | | |
1190 | 1182 | | |
1191 | 1183 | | |
1192 | | - | |
1193 | | - | |
1194 | 1184 | | |
1195 | 1185 | | |
1196 | 1186 | | |
| |||
1228 | 1218 | | |
1229 | 1219 | | |
1230 | 1220 | | |
1231 | | - | |
1232 | | - | |
1233 | 1221 | | |
1234 | 1222 | | |
1235 | 1223 | | |
| |||
0 commit comments