Interface: IDeleteWorkerDeploymentVersionRequest
workflowservice.v1.IDeleteWorkerDeploymentVersionRequest
Properties of a DeleteWorkerDeploymentVersionRequest.
Implemented by
Properties
deploymentVersion
• Optional
deploymentVersion: null
| IWorkerDeploymentVersion
Required.
identity
• Optional
identity: null
| string
Optional. The identity of the client who initiated this request.
namespace
• Optional
namespace: null
| string
DeleteWorkerDeploymentVersionRequest namespace
skipDrainage
• Optional
skipDrainage: null
| boolean
Pass to force deletion even if the Version is draining. In this case the open pinned workflows will be stuck until manually moved to another version by UpdateWorkflowExecutionOptions.
version
• Optional
version: null
| string
Deprecated. Use deployment_version
.