File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 4570
4570
"version" : {
4571
4571
"type" : " string" ,
4572
4572
"format" : " int64" ,
4573
- "title " : " TODO: What is this? Appears unused by SDKs "
4573
+ "description " : " Failover version. Defines alternate history branches that can arise in multi-cluster \n configurations (e.g. multi-region namespaces). "
4574
4574
},
4575
4575
"taskId" : {
4576
4576
"type" : " string" ,
Original file line number Diff line number Diff line change @@ -2965,7 +2965,9 @@ components:
2965
2965
format : enum
2966
2966
version :
2967
2967
type : string
2968
- description : ' TODO: What is this? Appears unused by SDKs'
2968
+ description : |-
2969
+ Failover version. Defines alternate history branches that can arise in multi-cluster
2970
+ configurations (e.g. multi-region namespaces).
2969
2971
taskId :
2970
2972
type : string
2971
2973
description : ' TODO: What is this? Appears unused by SDKs'
Original file line number Diff line number Diff line change @@ -767,7 +767,8 @@ message HistoryEvent {
767
767
int64 event_id = 1 ;
768
768
google.protobuf.Timestamp event_time = 2 ;
769
769
temporal.api.enums.v1.EventType event_type = 3 ;
770
- // TODO: What is this? Appears unused by SDKs
770
+ // Failover version. Defines alternate history branches that can arise in multi-cluster
771
+ // configurations (e.g. multi-region namespaces).
771
772
int64 version = 4 ;
772
773
// TODO: What is this? Appears unused by SDKs
773
774
int64 task_id = 5 ;
You can’t perform that action at this time.
0 commit comments