File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
temporal/api/workflowservice/v1 Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -123,11 +123,13 @@ message UpdateNamespaceResponse {
123123 bool is_global_namespace = 5 ;
124124}
125125
126+ // Deprecated.
126127message DeprecateNamespaceRequest {
127128 string namespace = 1 ;
128129 string security_token = 2 ;
129130}
130131
132+ // Deprecated.
131133message DeprecateNamespaceResponse {
132134}
133135
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ service WorkflowService {
6868 // DeprecateNamespace is used to update state of a registered namespace to DEPRECATED. Once the namespace is deprecated
6969 // it cannot be used to start new workflow executions. Existing workflow executions will continue to run on
7070 // deprecated namespaces.
71+ // Deprecated.
7172 rpc DeprecateNamespace (DeprecateNamespaceRequest ) returns (DeprecateNamespaceResponse ) {
7273 }
7374
You can’t perform that action at this time.
0 commit comments