class documentation
class TaskReachabilityType(Enum): (source)
Constructor: TaskReachabilityType._from_proto(reachability)
Enumerates how a task might reach certain kinds of workflows
Constant | CLOSED |
Undocumented |
Constant | EXISTING |
Undocumented |
Constant | NEW |
Undocumented |
Constant | OPEN |
Undocumented |
Static Method | _from |
Undocumented |
Method | _to |
Undocumented |
@staticmethod
def _from_proto(reachability:
def _from_proto(reachability:
temporalio.api.enums.v1.TaskReachability.ValueType
) -> TaskReachabilityType
:
(source)
¶
Undocumented