You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
proto: /temporal.api.workflowservice.v1.WorkflowService/UpdateWorkerBuildIdCompatibility
In args: (from GO):
typeUpdateWorkerBuildIdCompatibilityRequeststruct {
Namespacestring`protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`// Must be set, the task queue to apply changes to. Because all workers on a given task queue// must have the same set of workflow & activity implementations, there is no reason to specify// a task queue type here.TaskQueuestring`protobuf:"bytes,2,opt,name=task_queue,json=taskQueue,proto3" json:"task_queue,omitempty"`// Types that are valid to be assigned to Operation:// *UpdateWorkerBuildIdCompatibilityRequest_AddNewBuildIdInNewDefaultSet// *UpdateWorkerBuildIdCompatibilityRequest_AddNewCompatibleBuildId// *UpdateWorkerBuildIdCompatibilityRequest_PromoteSetByBuildId// *UpdateWorkerBuildIdCompatibilityRequest_PromoteBuildIdWithinSet// *UpdateWorkerBuildIdCompatibilityRequest_MergeSets_OperationisUpdateWorkerBuildIdCompatibilityRequest_Operation`protobuf_oneof:"operation"`
}
This call should be done to update worker buildID compatibility:
UpdateWorkerBuildIdCompatibility
gRPC call./temporal.api.workflowservice.v1.WorkflowService/UpdateWorkerBuildIdCompatibility
In args: (from GO):
This call should be done to update worker buildID compatibility:
The text was updated successfully, but these errors were encountered: