temporalio.client.WorkerTaskReachability
class documentation
class WorkerTaskReachability: (source)
Constructor: WorkerTaskReachability._from_proto(resp)
Contains information about the reachability of some Build IDs
| Class Variable | build |
Maps Build IDs to information about their reachability |
| Static Method | _from |
Undocumented |
build_id_reachability: Mapping[ =
(source)
¶
Maps Build IDs to information about their reachability
def _from_proto(resp: temporalio.api.workflowservice.v1.GetWorkerTaskReachabilityResponse) -> WorkerTaskReachability:
(source)
¶
Undocumented