Skip to content

Commit c33e6f7

Browse files
committed
Merge branch 'master' into nexus-error-messages
2 parents 0200a6e + 7acda96 commit c33e6f7

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

openapi/openapiv2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12624,6 +12624,10 @@
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."

openapi/openapiv3.yaml

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

temporal/api/namespace/v1/message.proto

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

0 commit comments

Comments
 (0)