class documentation

class RetryState(IntEnum): (source)

View In Hierarchy

Current retry state of the workflow/activity during error.

Constant CANCEL_REQUESTED Undocumented
Constant IN_PROGRESS Undocumented
Constant INTERNAL_SERVER_ERROR Undocumented
Constant MAXIMUM_ATTEMPTS_REACHED Undocumented
Constant NON_RETRYABLE_FAILURE Undocumented
Constant RETRY_POLICY_NOT_SET Undocumented
Constant TIMEOUT Undocumented
CANCEL_REQUESTED = (source)

Undocumented

Value
int(temporalio.api.enums.v1.RetryState.RETRY_STATE_CANCEL_REQUESTED)
IN_PROGRESS = (source)

Undocumented

Value
int(temporalio.api.enums.v1.RetryState.RETRY_STATE_IN_PROGRESS)
INTERNAL_SERVER_ERROR = (source)

Undocumented

Value
int(temporalio.api.enums.v1.RetryState.RETRY_STATE_INTERNAL_SERVER_ERROR)
MAXIMUM_ATTEMPTS_REACHED = (source)

Undocumented

Value
int(temporalio.api.enums.v1.RetryState.RETRY_STATE_MAXIMUM_ATTEMPTS_REACHED)
NON_RETRYABLE_FAILURE = (source)

Undocumented

Value
int(temporalio.api.enums.v1.RetryState.RETRY_STATE_NON_RETRYABLE_FAILURE)
RETRY_POLICY_NOT_SET = (source)

Undocumented

Value
int(temporalio.api.enums.v1.RetryState.RETRY_STATE_RETRY_POLICY_NOT_SET)

Undocumented

Value
int(temporalio.api.enums.v1.RetryState.RETRY_STATE_TIMEOUT)