class documentation

class _WorkflowInboundImpl(WorkflowInboundInterceptor): (source)

Constructor: _WorkflowInboundImpl(instance)

View In Hierarchy

Undocumented

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
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