class documentation

Undocumented

Method __await__ Support await.
Method __init__ Undocumented
Method __repr__ Undocumented
Method cancel Request cancellation of the operation.
Property operation_token The operation token for this handle.
Method _apply_cancel_command Undocumented
Method _apply_schedule_command Undocumented
Method _resolve_failure Undocumented
Method _resolve_start_success Undocumented
Method _resolve_success Undocumented
Instance Variable _input Undocumented
Instance Variable _instance Undocumented
Instance Variable _result_fut Undocumented
Instance Variable _seq Undocumented
Instance Variable _start_fut Undocumented
Instance Variable _task Undocumented
def __await__(self) -> Generator[Any, Any, OutputT]: (source)
def __init__(self, instance: _WorkflowInstanceImpl, seq: int, input: StartNexusOperationInput[Any, OutputT], fn: Coroutine[Any, Any, OutputT]): (source)

Undocumented

def __repr__(self) -> str: (source)

Undocumented

def cancel(self) -> bool: (source)

Request cancellation of the operation.

@property
operation_token: str | None = (source)

The operation token for this handle.

Undocumented

def _apply_schedule_command(self): (source)

Undocumented

def _resolve_failure(self, err: BaseException): (source)

Undocumented

def _resolve_start_success(self, operation_token: str | None): (source)

Undocumented

def _resolve_success(self, result: Any): (source)

Undocumented

Undocumented

_instance = (source)

Undocumented

_result_fut: asyncio.Future[OutputT | None] = (source)

Undocumented

Undocumented

Undocumented

Undocumented