File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -268,6 +268,8 @@ type (
268
268
Host string
269
269
270
270
// Optional: See WorkerBugPorts for more details
271
+ //
272
+ // Deprecated: This field is deprecated and will be removed in the future.
271
273
WorkerBugPorts WorkerBugPorts
272
274
}
273
275
@@ -279,13 +281,16 @@ type (
279
281
// Bugports are always deprecated and may be removed in future versions.
280
282
// Generally speaking they will *likely* remain in place for one minor version, and then they may be removed to
281
283
// allow cleaning up the additional code complexity that they cause.
284
+ // Deprecated: This is deprecated and will be removed in the future.
285
+ //
282
286
WorkerBugPorts struct {
283
287
// Optional: Enable strict non-determinism checks for workflow.
284
288
// There are some non-determinism cases which are missed by original implementation and a fix is on the way.
285
289
// The fix will be activated by this option which basicakky accuracy of the non-determinism checks.
286
290
// Exposing this as bugport for now to avoid breaking existing workflows which are actually non-deterministic but users depend on this.
287
291
// Once we identify such cases and notify users, we can enable this by default.
288
- // default: false
292
+ //
293
+ // Deprecated: This field is deprecated and will be removed in the future.
289
294
EnableStrictNonDeterminismCheck bool
290
295
}
291
296
)
Original file line number Diff line number Diff line change @@ -481,7 +481,7 @@ type (
481
481
// Generally speaking they will *likely* remain in place for one minor version, and then they may be removed to
482
482
// allow cleaning up the additional code complexity that they cause.
483
483
//
484
- // deprecated
484
+ // Deprecated: This field is deprecated and will be removed in the future.
485
485
Bugports Bugports
486
486
}
487
487
@@ -500,7 +500,7 @@ type (
500
500
// Generally speaking they will *likely* remain in place for one minor version, and then they may be removed to
501
501
// allow cleaning up the additional code complexity that they cause.
502
502
//
503
- // deprecated
503
+ // DEPRECATED: This is deprecated and will be removed in the future.
504
504
Bugports struct {
505
505
// StartChildWorkflowsOnCanceledContext allows emulating older, buggy behavior that existed prior to v0.18.4.
506
506
//
@@ -530,7 +530,7 @@ type (
530
530
//
531
531
// Added in 0.18.4, this may be removed in or after v0.19.0, so please migrate off of it ASAP.
532
532
//
533
- // deprecated
533
+ // Deprecated: This field is deprecated and will be removed in the future.
534
534
StartChildWorkflowsOnCanceledContext bool
535
535
}
536
536
)
You can’t perform that action at this time.
0 commit comments