For more information on the search, visit the help page.
VersioningBehavior
common
MetricCommon
with_additional_attributes
description
name
unit
MetricCounter
add
MetricGauge
set
MetricGaugeFloat
MetricHistogram
record
MetricHistogramFloat
MetricHistogramTimedelta
MetricMeter
create_counter
create_gauge
create_gauge_float
create_histogram
create_histogram_float
create_histogram_timedelta
noop
Priority
__post_init__
_from_proto
_to_proto
default
priority_key
QueryRejectCondition
NONE
NOT_COMPLETED_CLEANLY
NOT_OPEN
RawValue
__getstate__
__setstate__
payload
RetryPolicy
from_proto
apply_to_proto
_validate
backoff_coefficient
initial_interval
maximum_attempts
maximum_interval
non_retryable_error_types
SearchAttributeIndexedValueType
BOOL
DATETIME
DOUBLE
INT
KEYWORD
KEYWORD_LIST
TEXT
SearchAttributeKey
for_bool
for_datetime
for_float
for_int
for_keyword
for_keyword_list
for_text
value_set
value_unset
_from_metadata_type
_guess_from_untyped_values
indexed_value_type
origin_value_type
value_type
_metadata_type
SearchAttributePair
key
value
SearchAttributeUpdate
TypedSearchAttributes
__contains__
__getitem__
__iter__
__len__
get
updated
empty
search_attributes
WorkflowIDConflictPolicy
FAIL
TERMINATE_EXISTING
UNSPECIFIED
USE_EXISTING
WorkflowIDReusePolicy
ALLOW_DUPLICATE
ALLOW_DUPLICATE_FAILED_ONLY
REJECT_DUPLICATE
TERMINATE_IF_RUNNING
_NoopMetric
__init__
_description
_name
_unit
_NoopMetricCounter
_NoopMetricGauge
_NoopMetricGaugeFloat
_NoopMetricHistogram
_NoopMetricHistogramFloat
_NoopMetricHistogramTimedelta
_NoopMetricMeter
_SearchAttributeKey
_indexed_value_type
_value_type
_SearchAttributeUpdate
_key
_value
_apply_headers
_arg_or_args
_type_hints_from_func
_warn_on_deprecated_search_attributes
SearchAttributeValueType
MetricAttributes
SearchAttributes
SearchAttributeValue
SearchAttributeValues
_arg_unset
_non_user_defined_callables
temporalio.common.VersioningBehavior
temporalio
class VersioningBehavior(IntEnum): (source)
View In Hierarchy
Specifies when a workflow might move from a worker of one Build Id to another.
WARNING: Experimental API.