temporalio.client.StartWorkflowUpdateWithStartInput
class documentation

class StartWorkflowUpdateWithStartInput: (source)

View In Hierarchy

Input for OutboundInterceptor.start_update_with_start_workflow.

The rpc_metadata and rpc_timeout fields are authoritative for the execute_multi_operation gRPC call. Interceptors that wish to set RPC metadata should modify rpc_metadata on this object.

rpc_metadata: Mapping[str, str | bytes] = (source)

Undocumented

rpc_timeout: timedelta | None = (source)

Undocumented

Undocumented

Undocumented

_on_start_error: Callable[[BaseException], None] = (source)

Undocumented