temporalio.worker._workflow_instance._WorkflowInboundImpl

class documentation

Method __init__ Undocumented
Async Method execute_workflow Undocumented
Async Method handle_query Undocumented
Async Method handle_signal Undocumented
Async Method handle_update_handler Undocumented
Method handle_update_validator Undocumented
Method init Undocumented
Instance Variable _instance Undocumented
Instance Variable _outbound Undocumented

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

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

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

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

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

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