File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
temporal/api/namespace/v1 Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1262412624 "reportedProblemsSearchAttribute": {
1262512625 "type": "boolean",
1262612626 "title": "True if the namespace supports reported problems search attribute"
12627+ },
12628+ "workflowPause": {
12629+ "type": "boolean",
12630+ "title": "True if the namespace supports pausing workflows"
1262712631 }
1262812632 },
1262912633 "description": "Namespace capability details. Should contain what features are enabled in a namespace."
Original file line number Diff line number Diff line change @@ -9348,6 +9348,9 @@ components:
93489348 reportedProblemsSearchAttribute:
93499349 type: boolean
93509350 description: True if the namespace supports reported problems search attribute
9351+ workflowPause:
9352+ type: boolean
9353+ description: True if the namespace supports pausing workflows
93519354 description: Namespace capability details. Should contain what features are enabled in a namespace.
93529355 NamespaceInfo_Limits:
93539356 type: object
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ message NamespaceInfo {
3838 bool worker_heartbeats = 4 ;
3939 // True if the namespace supports reported problems search attribute
4040 bool reported_problems_search_attribute = 5 ;
41+ // True if the namespace supports pausing workflows
42+ bool workflow_pause = 6 ;
4143 }
4244
4345 // Namespace configured limits
You can’t perform that action at this time.
0 commit comments