Skip to content

Commit 7a72fc0

Browse files
authored
Merge cadence IDL changes. PRs: [#25..#31] (#58)
1 parent 4770333 commit 7a72fc0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

temporal/enums/v1/workflow.proto

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

4345
enum ParentClosePolicy {

temporal/workflowservice/v1/request_response.proto

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

103104
message UpdateNamespaceResponse {

0 commit comments

Comments
 (0)