File tree Expand file tree Collapse file tree
temporal/api/workflowservice/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff 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 },
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments