Skip to content

Commit 9bc1a44

Browse files
committed
doc strings
1 parent fe62465 commit 9bc1a44

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

openapi/openapiv2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15253,14 +15253,16 @@
1525315253
"title": "Reason indicates the reason to stop a operation"
1525415254
},
1525515255
"query": {
15256-
"type": "string"
15256+
"type": "string",
15257+
"title": "Query is the visibility query that defines the group of workflow to apply the batch operation"
1525715258
},
1525815259
"executions": {
1525915260
"type": "array",
1526015261
"items": {
1526115262
"type": "object",
1526215263
"$ref": "#/definitions/v1Execution"
15263-
}
15264+
},
15265+
"title": "Executions is the list of workflow executions to apply the batch operation"
1526415266
}
1526515267
}
1526615268
},

openapi/openapiv3.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11708,10 +11708,12 @@ components:
1170811708
description: Reason indicates the reason to stop a operation
1170911709
query:
1171011710
type: string
11711+
description: Query is the visibility query that defines the group of workflow to apply the batch operation
1171111712
executions:
1171211713
type: array
1171311714
items:
1171411715
$ref: '#/components/schemas/Execution'
11716+
description: Executions is the list of workflow executions to apply the batch operation
1171511717
DescribeDeploymentResponse:
1171611718
type: object
1171711719
properties:

temporal/api/workflowservice/v1/request_response.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1906,7 +1906,9 @@ message DescribeBatchOperationResponse {
19061906
string identity = 9;
19071907
// Reason indicates the reason to stop a operation
19081908
string reason = 10;
1909+
// Query is the visibility query that defines the group of workflow to apply the batch operation
19091910
string query = 11;
1911+
// Executions is the list of workflow executions to apply the batch operation
19101912
repeated temporal.api.common.v1.Execution executions = 12;
19111913
}
19121914

0 commit comments

Comments
 (0)