File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,6 @@ enum WorkflowIdReusePolicy {
3838 WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE_FAILED_ONLY = 2 ;
3939 // Do not allow start a workflow execution using the same workflow Id at all.
4040 WORKFLOW_ID_REUSE_POLICY_REJECT_DUPLICATE = 3 ;
41- // If a workflow is running using the same workflow Id, terminate it and start a new one.
42- WORKFLOW_ID_REUSE_POLICY_TERMINATE_IF_RUNNING = 4 ;
4341}
4442
4543enum ParentClosePolicy {
Original file line number Diff line number Diff line change @@ -98,7 +98,6 @@ message UpdateNamespaceRequest {
9898 temporal.replication.v1.NamespaceReplicationConfig replication_config = 4 ;
9999 string security_token = 5 ;
100100 string delete_bad_binary = 6 ;
101- int32 history_archival_uri = 7 ;
102101}
103102
104103message UpdateNamespaceResponse {
You can’t perform that action at this time.
0 commit comments