class documentation

Undocumented

Method assert_error_as_app_error Undocumented
Async Method execute_workflow Called to run the workflow.
Async Method handle_signal Called to handle a signal.

Inherited from WorkflowInboundInterceptor:

Method __init__ Create the inbound interceptor.
Async Method handle_query Called to handle a query.
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.
Instance Variable next Undocumented
@contextmanager
def assert_error_as_app_error(self) -> Iterator[None]: (source)

Undocumented

async def execute_workflow(self, input: temporalio.worker.ExecuteWorkflowInput) -> Any: (source)
async def handle_signal(self, input: temporalio.worker.HandleSignalInput): (source)

Called to handle a signal.