class documentation

Context for a Nexus start operation being handled by a Temporal Nexus Worker.

Class Method get Undocumented
Method set Undocumented
Method _add_outbound_links Undocumented
Method _get_callbacks Undocumented
Method _get_workflow_event_links Undocumented

Inherited from _TemporalOperationCtx:

Class Variable client The Temporal client in use by the worker handling the current Nexus operation.
Class Variable info Temporal information about the running Nexus operation.
Class Variable nexus_context Nexus-specific start operation context.
Property metric_meter Undocumented
Class Variable _metric_meter Undocumented
Class Variable _runtime_metric_meter Undocumented
def set(self): (source)

Undocumented

def _add_outbound_links(self, workflow_handle: temporalio.client.WorkflowHandle[Any, Any]): (source)

Undocumented

def _get_callbacks(self) -> list[temporalio.client.Callback]: (source)

Undocumented

def _get_workflow_event_links(self) -> list[temporalio.api.common.v1.Link.WorkflowEvent]: (source)

Undocumented