class documentation

class _WorkflowOutboundImpl(WorkflowOutboundInterceptor): (source)

Constructor: _WorkflowOutboundImpl(instance)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method continue_as_new Undocumented
Method info Undocumented
Async Method signal_child_workflow Undocumented
Async Method signal_external_workflow Undocumented
Method start_activity Undocumented
Async Method start_child_workflow Undocumented
Method start_local_activity Undocumented
Instance Variable _instance Undocumented
def __init__(self, instance: _WorkflowInstanceImpl): (source)

Undocumented

def continue_as_new(self, input: ContinueAsNewInput) -> NoReturn: (source)

Undocumented

Undocumented

async def signal_child_workflow(self, input: SignalChildWorkflowInput): (source)

Undocumented

async def signal_external_workflow(self, input: SignalExternalWorkflowInput): (source)

Undocumented

def start_activity(self, input: StartActivityInput) -> temporalio.workflow.ActivityHandle: (source)

Undocumented

async def start_child_workflow(self, input: StartChildWorkflowInput) -> temporalio.workflow.ChildWorkflowHandle: (source)

Undocumented

def start_local_activity(self, input: StartLocalActivityInput) -> temporalio.workflow.ActivityHandle: (source)

Undocumented

_instance = (source)

Undocumented