Module: Temporalio::SuggestContinueAsNewReason
- Defined in:
- lib/temporalio/common_enums.rb
Overview
Specifies why the server suggests continue-as-new. This is currently experimental.
Constant Summary collapse
- UNSPECIFIED =
Unspecified.
Api::Enums::V1::SuggestContinueAsNewReason::SUGGEST_CONTINUE_AS_NEW_REASON_UNSPECIFIED
- HISTORY_SIZE_TOO_LARGE =
Workflow History size is getting too large.
Api::Enums::V1::SuggestContinueAsNewReason::SUGGEST_CONTINUE_AS_NEW_REASON_HISTORY_SIZE_TOO_LARGE
- TOO_MANY_HISTORY_EVENTS =
Workflow History event count is getting too large.
Api::Enums::V1::SuggestContinueAsNewReason::SUGGEST_CONTINUE_AS_NEW_REASON_TOO_MANY_HISTORY_EVENTS
- TOO_MANY_UPDATES =
Workflow’s count of completed plus in-flight updates is too large.
Api::Enums::V1::SuggestContinueAsNewReason::SUGGEST_CONTINUE_AS_NEW_REASON_TOO_MANY_UPDATES