class documentation

Undocumented

Async Method execute_workflow Called to run the workflow.
Async Method handle_query Called to handle a query.
Async Method handle_signal Called to handle a signal.
Async Method handle_update_handler Called to handle an update's handler.
Method handle_update_validator Called to handle an update's validation stage.
Method init Initialize with an outbound interceptor.

Inherited from WorkflowInboundInterceptor:

Method __init__ Create the inbound interceptor.
Instance Variable next Undocumented
async def execute_workflow(self, input: temporalio.worker.ExecuteWorkflowInput) -> Any: (source)
async def handle_query(self, input: temporalio.worker.HandleQueryInput) -> Any: (source)

Called to handle a query.

async def handle_signal(self, input: temporalio.worker.HandleSignalInput): (source)

Called to handle a signal.

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

Called to handle an update's handler.

def handle_update_validator(self, input: temporalio.worker.HandleUpdateInput): (source)

Called to handle an update's validation stage.

Initialize with an outbound interceptor.

To add a custom outbound interceptor, wrap the given interceptor before sending to the next init call.