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 68216821 },
68226822 "rampingVersionSummary": {
68236823 "$ref": "#/definitions/WorkerDeploymentInfoWorkerDeploymentVersionSummary"
6824- },
6825- "status": {
6826- "$ref": "#/definitions/v1VersionStatus"
68276824 }
68286825 },
68296826 "title": "A subset of WorkerDeploymentInfo"
Original file line number Diff line number Diff line change @@ -8257,15 +8257,6 @@ components:
82578257 $ref: '#/components/schemas/WorkerDeploymentInfo_WorkerDeploymentVersionSummary'
82588258 rampingVersionSummary:
82598259 $ref: '#/components/schemas/WorkerDeploymentInfo_WorkerDeploymentVersionSummary'
8260- status:
8261- enum:
8262- - VERSION_STATUS_UNSPECIFIED
8263- - VERSION_STATUS_CURRENT
8264- - VERSION_STATUS_RAMPING
8265- - VERSION_STATUS_DRAINING
8266- - VERSION_STATUS_DRAINED
8267- type: string
8268- format: enum
82698260 description: A subset of WorkerDeploymentInfo
82708261 ListWorkflowExecutionsResponse:
82718262 type: object
Original file line number Diff line number Diff line change @@ -2149,7 +2149,6 @@ message ListWorkerDeploymentsResponse {
21492149 temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary latest_version_summary = 4 ;
21502150 temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary current_version_summary = 5 ;
21512151 temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary ramping_version_summary = 6 ;
2152- temporal.api.enums.v1.VersionStatus status = 7 ;
21532152 }
21542153}
21552154
You can’t perform that action at this time.
0 commit comments