temporalio.worker._workflow_instance._WorkflowInboundImpl
class documentation

class _WorkflowInboundImpl(WorkflowInboundInterceptor): (source)

Constructor: _WorkflowInboundImpl(instance)

View In Hierarchy

Undocumented

def __init__(self, instance: _WorkflowInstanceImpl): (source)

Undocumented

async def execute_workflow(self, input: ExecuteWorkflowInput) -> Any: (source)

Undocumented

async def handle_query(self, input: HandleQueryInput) -> Any: (source)

Undocumented

async def handle_signal(self, input: HandleSignalInput): (source)

Undocumented

async def handle_update_handler(self, input: HandleUpdateInput) -> Any: (source)

Undocumented

def handle_update_validator(self, input: HandleUpdateInput): (source)

Undocumented

def init(self, outbound: WorkflowOutboundInterceptor): (source)

Undocumented

_instance = (source)

Undocumented

_outbound = (source)

Undocumented