class documentation

Undocumented

Method __init__ Undocumented
Async Method signal Signal this child workflow.
Property first_execution_run_id Run ID for the workflow.
Property id ID for the workflow.
Method _apply_cancel_command Undocumented
Method _apply_start_command Undocumented
Method _resolve_failure Undocumented
Method _resolve_start_success Undocumented
Method _resolve_success Undocumented
Instance Variable _first_execution_run_id Undocumented
Instance Variable _input Undocumented
Instance Variable _instance Undocumented
Instance Variable _result_fut Undocumented
Instance Variable _seq Undocumented
Instance Variable _start_fut Undocumented
def __init__(self, instance: _WorkflowInstanceImpl, seq: int, input: StartChildWorkflowInput, fn: Coroutine[Any, Any, Any]): (source)

Undocumented

async def signal(self, signal: Union[str, Callable], arg: Any = temporalio.common._arg_unset, *, args: Sequence[Any] = []): (source)

Signal this child workflow.

Parameters
signal:Union[str, Callable]Name or method reference for the signal.
arg:AnySingle argument to the signal.
args:Sequence[Any]Multiple arguments to the signal. Cannot be set if arg is.

Undocumented

Undocumented

def _resolve_failure(self, err: BaseException): (source)

Undocumented

def _resolve_start_success(self, run_id: str): (source)

Undocumented

def _resolve_success(self, result: Any): (source)

Undocumented

_first_execution_run_id = (source)

Undocumented

Undocumented

_instance = (source)

Undocumented

Undocumented

Undocumented

Undocumented