Skip to content

Commit e586464

Browse files
authored
Revert v0.12.0 Cadence merge (#59)
1 parent 7a72fc0 commit e586464

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

temporal/enums/v1/workflow.proto

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4543
enum ParentClosePolicy {

temporal/workflowservice/v1/request_response.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

104103
message UpdateNamespaceResponse {

0 commit comments

Comments
 (0)