Enum SuggestContinueAsNewReason
- Namespace
- Temporalio.Workflows
- Assembly
- Temporalio.dll
Specifies why continue-as-new is suggested.
public enum SuggestContinueAsNewReason
Fields
HistorySizeTooLarge = 1Workflow history size is getting too large.
TooManyHistoryEvents = 2Workflow history event count is getting too large.
TooManyUpdates = 3Workflow's count of completed plus in-flight updates is too large.
Unspecified = 0Unspecified reason.
Remarks
WARNING: May be removed or changed in the future.