class documentation

Enumerates how a task might reach certain kinds of workflows

Constant CLOSED_WORKFLOWS Undocumented
Constant EXISTING_WORKFLOWS Undocumented
Constant NEW_WORKFLOWS Undocumented
Constant OPEN_WORKFLOWS Undocumented
Static Method _from_proto Undocumented
Method _to_proto Undocumented
CLOSED_WORKFLOWS: int = (source)

Undocumented

Value
4
EXISTING_WORKFLOWS: int = (source)

Undocumented

Value
2
NEW_WORKFLOWS: int = (source)

Undocumented

Value
1
OPEN_WORKFLOWS: int = (source)

Undocumented

Value
3
@staticmethod
def _from_proto(reachability: temporalio.api.enums.v1.TaskReachability.ValueType) -> TaskReachabilityType: (source)

Undocumented

def _to_proto(self) -> temporalio.api.enums.v1.TaskReachability.ValueType: (source)

Undocumented