class documentation
class _WorkflowOutboundImpl(WorkflowOutboundInterceptor): (source)
Constructor: _WorkflowOutboundImpl(instance)
Undocumented
| Method | __init__ |
Undocumented |
| Method | continue |
Undocumented |
| Method | info |
Undocumented |
| Async Method | signal |
Undocumented |
| Async Method | signal |
Undocumented |
| Method | start |
Undocumented |
| Async Method | start |
Undocumented |
| Method | start |
Undocumented |
| Async Method | start |
Undocumented |
| Instance Variable | _instance |
Undocumented |
def start_activity(self, input:
StartActivityInput) -> temporalio.workflow.ActivityHandle[ Any]:
(source)
¶
Undocumented
async def start_child_workflow(self, input:
StartChildWorkflowInput) -> temporalio.workflow.ChildWorkflowHandle[ Any, Any]:
(source)
¶
Undocumented
def start_local_activity(self, input:
StartLocalActivityInput) -> temporalio.workflow.ActivityHandle[ Any]:
(source)
¶
Undocumented
async def start_nexus_operation(self, input:
StartNexusOperationInput[ Any, OutputT]) -> _NexusOperationHandle[ OutputT]:
(source)
¶
Undocumented