class documentation
class ChildWorkflowHandle(_AsyncioTask[
Known subclasses: temporalio.worker._workflow_instance._ChildWorkflowHandle
Handle for interacting with a child workflow.
This is created via start_child_workflow.
This extends asyncio.Task and supports all task features.
| Async Method | signal |
Signal this child workflow. |
| Property | first |
Run ID for the workflow. |
| Property | id |
ID for the workflow. |
@overload
@overload
@overload
async def signal(self, signal:
@overloadMethodSyncOrAsyncSingleParam[ SelfType, ParamType, None], arg: ParamType):async def signal(self, signal:
@overloadCallable[ Concatenate[ SelfType, MultiParamSpec], Awaitable[ None] | None], *, args: Sequence[ Any]):async def signal(self, signal:
(source)
¶
str, arg: Any = temporalio.common._arg_unset, *, args: Sequence[ Any] = []):