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 1521215212 "reason": {
1521315213 "type": "string",
1521415214 "title": "Reason indicates the reason to stop a operation"
15215+ },
15216+ "query": {
15217+ "type": "string"
15218+ },
15219+ "executions": {
15220+ "type": "array",
15221+ "items": {
15222+ "type": "object",
15223+ "$ref": "#/definitions/v1Execution"
15224+ }
1521515225 }
1521615226 }
1521715227 },
Original file line number Diff line number Diff line change @@ -11683,6 +11683,12 @@ components:
1168311683 reason:
1168411684 type: string
1168511685 description: Reason indicates the reason to stop a operation
11686+ query:
11687+ type: string
11688+ executions:
11689+ type: array
11690+ items:
11691+ $ref: '#/components/schemas/Execution'
1168611692 DescribeDeploymentResponse:
1168711693 type: object
1168811694 properties:
Original file line number Diff line number Diff line change @@ -1906,6 +1906,8 @@ message DescribeBatchOperationResponse {
19061906 string identity = 9 ;
19071907 // Reason indicates the reason to stop a operation
19081908 string reason = 10 ;
1909+ string query = 11 ;
1910+ repeated temporal.api.common.v1.Execution executions = 12 ;
19091911}
19101912
19111913message ListBatchOperationsRequest {
You can’t perform that action at this time.
0 commit comments