File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ 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 ;
4143}
4244
4345enum ParentClosePolicy {
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ 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 ;
101102}
102103
103104message UpdateNamespaceResponse {
You can’t perform that action at this time.
0 commit comments