Table of Contents

Enum SuggestContinueAsNewReason

Namespace
Temporalio.Workflows
Assembly
Temporalio.dll

Specifies why continue-as-new is suggested.

public enum SuggestContinueAsNewReason

Fields

HistorySizeTooLarge = 1

Workflow history size is getting too large.

TooManyHistoryEvents = 2

Workflow history event count is getting too large.

TooManyUpdates = 3

Workflow's count of completed plus in-flight updates is too large.

Unspecified = 0

Unspecified reason.

Remarks

WARNING: May be removed or changed in the future.