class documentation

class _TemporalStartOperationContext: (source)

Constructor: _TemporalStartOperationContext.get()

View In Hierarchy

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

Class Method get Undocumented
Method set Undocumented
Class Variable client The Temporal client in use by the worker handling this Nexus operation.
Class Variable info Temporal information about the running Nexus operation.
Class Variable nexus_context Nexus-specific start operation context.
Method _add_outbound_links Undocumented
Method _get_callbacks Undocumented
Method _get_workflow_event_links Undocumented
def set(self): (source)

Undocumented

The Temporal client in use by the worker handling this Nexus operation.

Temporal information about the running Nexus operation.

nexus_context: StartOperationContext = (source)

Nexus-specific start operation context.

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