class documentation
class _ContextPropagationWorkflowInboundInterceptor(temporalio.worker.WorkflowInboundInterceptor): (source)
Constructor: _ContextPropagationWorkflowInboundInterceptor(next)
Undocumented
| Async Method | execute |
Called to run the workflow. |
| Async Method | handle |
Called to handle a query. |
| Async Method | handle |
Called to handle a signal. |
| Async Method | handle |
Called to handle an update's handler. |
| Method | handle |
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 handle_update_handler(self, input:
temporalio.worker.HandleUpdateInput) -> Any:
(source)
¶
Called to handle an update's handler.