For more information on the search, visit the help page.
MethodAsyncNoParam
__call__
workflow
_activities
ActivityCancellationType
ActivityConfig
ActivityHandle
LocalActivityConfig
execute_activity
execute_activity_class
execute_activity_method
execute_local_activity
execute_local_activity_class
execute_local_activity_method
start_activity
start_activity_class
start_activity_method
start_local_activity
start_local_activity_class
start_local_activity_method
_asyncio
as_completed
wait
_context
Info
ParentInfo
RootInfo
UpdateInfo
cancellation_reason
current_update_info
deprecate_patch
extern_functions
get_current_details
get_last_completion_result
get_last_failure
has_last_completion_result
in_workflow
info
instance
is_failure_exception
memo
memo_value
metric_meter
new_random
now
patched
payload_converter
random
random_seed
register_random_seed_callback
set_current_details
sleep
time
time_ns
upsert_memo
upsert_search_attributes
uuid4
wait_condition
_definition
DynamicWorkflowConfig
defn
dynamic_config
init
run
_exceptions
ContinueAsNewVersioningBehavior
VersioningIntent
NondeterminismError
ReadOnlyContextError
_handlers
HandlerUnfinishedPolicy
UpdateMethodMultiParam
UnfinishedSignalHandlersWarning
UnfinishedUpdateHandlersWarning
query
signal
update
_nexus
NexusClient
NexusOperationCancellationType
NexusOperationHandle
create_nexus_client
_sandbox
LoggerAdapter
SandboxImportNotificationPolicy
unsafe
logger
_workflow_ops
ChildWorkflowCancellationType
ChildWorkflowConfig
ChildWorkflowHandle
ExternalWorkflowHandle
ParentClosePolicy
ContinueAsNewError
all_handlers_finished
continue_as_new
execute_child_workflow
get_dynamic_query_handler
get_dynamic_signal_handler
get_dynamic_update_handler
get_external_workflow_handle
get_external_workflow_handle_for
get_query_handler
get_signal_handler
get_update_handler
set_dynamic_query_handler
set_dynamic_signal_handler
set_dynamic_update_handler
set_query_handler
set_signal_handler
set_update_handler
start_child_workflow
CallableAsyncNoParam
CallableAsyncSingleParam
CallableSyncNoParam
CallableSyncSingleParam
MethodAsyncSingleParam
MethodSyncNoParam
MethodSyncOrAsyncNoParam
MethodSyncOrAsyncSingleParam
MethodSyncSingleParam
_AsyncioTask
_Definition
get_name_and_result_type
from_class
from_run_fn
must_from_class
must_from_run_fn
__post_init__
_apply_to_class
arg_types
cls
dynamic_config_fn
failure_exception_types
name
queries
ret_type
run_fn
sandboxed
signals
updates
versioning_behavior
_NexusClient
__init__
execute_operation
start_operation
endpoint
service_name
_QueryDefinition
from_fn
bind_fn
description
dynamic_vararg
fn
is_method
_Runtime
current
maybe_current
set_on_loop
workflow_all_handlers_finished
workflow_cancellation_reason
workflow_continue_as_new
workflow_extern_functions
workflow_get_current_build_id
workflow_get_current_deployment_version
workflow_get_current_details
workflow_get_current_history_length
workflow_get_current_history_size
workflow_get_external_workflow_handle
workflow_get_query_handler
workflow_get_signal_handler
workflow_get_update_handler
workflow_get_update_validator
workflow_has_last_completion_result
workflow_info
workflow_instance
workflow_is_continue_as_new_suggested
workflow_is_failure_exception
workflow_is_read_only
workflow_is_replaying
workflow_is_replaying_history_events
workflow_is_target_worker_deployment_version_changed
workflow_last_completion_result
workflow_last_failure
workflow_memo
workflow_memo_value
workflow_metric_meter
workflow_patch
workflow_payload_converter
workflow_random
workflow_random_seed
workflow_register_random_seed_callback
workflow_set_current_details
workflow_set_query_handler
workflow_set_signal_handler
workflow_set_update_handler
workflow_sleep
workflow_start_activity
workflow_start_child_workflow
workflow_start_local_activity
workflow_start_nexus_operation
workflow_time_ns
workflow_upsert_memo
workflow_upsert_search_attributes
workflow_wait_condition
logger_details
_logger_details
_SignalDefinition
must_name_from_fn_or_str
_UpdateDefinition
bind_validator
set_validator
validator
_NotInWorkflowEventLoopError
message
cause
_assert_dynamic_handler_args
_bind_method
_build_log_context
_is_unbound_method_on_cls
_parameters_identical_up_to_naming
_release_waiter
_set_current_update_info
_update_validator
_wait
AnyType
CallableAsyncType
CallableSyncOrAsyncReturnNoneType
CallableSyncOrAsyncType
CallableType
ClassType
ParamType
ProtocolReturnType
ReturnType
SelfType
MultiParamSpec
_FT
_current_update_info
_imports_passed_through
_in_sandbox
_sandbox_import_notification_policy_override
_sandbox_unrestricted
temporalio.workflow.MethodAsyncNoParam
temporalio
class MethodAsyncNoParam(Protocol[ProtocolSelfType, ProtocolReturnType]): (source)
View In Hierarchy
Generic callable type.
ProtocolSelfType
Awaitable[ProtocolReturnType]
Generic callable type callback.