temporalio.worker._workflow_instance._ActivityHandle
def __init__(self, instance: _WorkflowInstanceImpl, input: StartActivityInput | StartLocalActivityInput, fn: Coroutine[):
(source)
¶
Undocumented
def _apply_cancel_command(self, command: temporalio.bridge.proto.workflow_commands.WorkflowCommand):
(source)
¶
Undocumented
def _apply_schedule_command(self, local_backoff: None | temporalio.bridge.proto.activity_result.DoBackoff = None):
(source)
¶
Undocumented
def _resolve_backoff(self, backoff: temporalio.bridge.proto.activity_result.DoBackoff):
(source)
¶
Undocumented
def _resolve_failure(self, err: BaseException):
(source)
¶
Undocumented