Skip to content

Commit 0e56e57

Browse files
Add activeClusterSelectionPolicy and cronOverlapPolicy to continued as new attr (#219)
1 parent dec7ecc commit 0e56e57

File tree

8 files changed

+1566
-1465
lines changed

8 files changed

+1566
-1465
lines changed

go/proto/admin/v1/queue.pb.yarpc.go

Lines changed: 241 additions & 241 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/proto/admin/v1/service.pb.yarpc.go

Lines changed: 241 additions & 241 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/proto/api/v1/history.pb.go

Lines changed: 357 additions & 260 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/proto/api/v1/history.pb.yarpc.go

Lines changed: 241 additions & 241 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/proto/api/v1/service_worker.pb.yarpc.go

Lines changed: 241 additions & 241 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/proto/api/v1/service_workflow.pb.yarpc.go

Lines changed: 241 additions & 241 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/uber/cadence/api/v1/history.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,8 @@ message WorkflowExecutionContinuedAsNewEventAttributes {
287287
Header header = 12;
288288
Memo memo = 13;
289289
SearchAttributes search_attributes = 14;
290+
CronOverlapPolicy cron_overlap_policy = 15;
291+
ActiveClusterSelectionPolicy active_cluster_selection_policy = 16;
290292
}
291293

292294
message WorkflowExecutionCancelRequestedEventAttributes {

thrift/shared.thrift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,8 @@ struct WorkflowExecutionContinuedAsNewEventAttributes {
657657
130: optional Header header
658658
140: optional Memo memo
659659
150: optional SearchAttributes searchAttributes
660+
160: optional CronOverlapPolicy cronOverlapPolicy
661+
170: optional ActiveClusterSelectionPolicy activeClusterSelectionPolicy
660662
}
661663

662664
struct DecisionTaskScheduledEventAttributes {

0 commit comments

Comments
 (0)