temporalio .nexus .system .workflow_service ._system_nexus_interceptor ._SystemNexusWorkflowOutboundInterceptorBase
temporalionexussystemworkflow_service_system_nexus_interceptor_SystemNexusWorkflowOutboundInterceptorBase
class documentation
class _SystemNexusWorkflowOutboundInterceptorBase(abc.ABC): (source)
Known subclasses: temporalio.worker.WorkflowOutboundInterceptor
Undocumented
| Async Method | start |
Intercept the SignalWithStartWorkflow operation. |
| Method | _next |
Undocumented |
async def start_signal_with_start_workflow(self, request:
models.SignalWithStartWorkflowRequest) -> temporalio.workflow.NexusOperationHandle[ models.SignalWithStartWorkflowResponse]:
(source)
¶
overridden in
temporalio.contrib.opentelemetry._interceptor._TracingWorkflowOutboundInterceptor, temporalio.contrib.opentelemetry._otel_interceptor._TracingWorkflowOutboundInterceptorIntercept the SignalWithStartWorkflow operation.
overridden in
temporalio.worker.WorkflowOutboundInterceptorUndocumented