temporalio .nexus .system .workflow_service .models ._SignalWithStartWorkflowResponseTransferTypeConverter
temporalionexussystemworkflow_servicemodels_SignalWithStartWorkflowResponseTransferTypeConverter
class documentation
class _SignalWithStartWorkflowResponseTransferTypeConverter(temporalio.converter.TransferTypeConverter[
Undocumented
| Method | from |
Convert a transfer type value to its user-facing value. |
| Method | to |
Convert a user-facing value to its transfer type value. |
Inherited from TransferTypeConverter:
| Class Variable | transfer |
Optional type hint for the transfer type to use when decoding payloads. |
@typing_extensions.override
def from_transfer_type(self, value: temporalio.api.workflowservice.v1.request_response_pb2.SignalWithStartWorkflowExecutionResponse, type_hint: type[ SignalWithStartWorkflowResponse]) -> SignalWithStartWorkflowResponse:
(source)
¶
Convert a transfer type value to its user-facing value.
type_hint is the requested user-facing type, including concrete generic arguments.
Warning
This API is experimental and subject to change.
@typing_extensions.override
def to_transfer_type(self, value: SignalWithStartWorkflowResponse) -> temporalio.api.workflowservice.v1.request_response_pb2.SignalWithStartWorkflowExecutionResponse:
(source)
¶
Convert a user-facing value to its transfer type value.
Warning
This API is experimental and subject to change.