Enum ResetReapplyType
- Namespace
 - Temporalio.Api.Enums.V1
 
- Assembly
 - Temporalio.dll
 
Deprecated: applications should use ResetReapplyExcludeType to specify exclusions from this set, and new event types should be added to ResetReapplyExcludeType instead of here.
public enum ResetReapplyType
  Fields
[OriginalName("RESET_REAPPLY_TYPE_ALL_ELIGIBLE")] AllEligible = 3All eligible events are reapplied when workflow is reset.
[OriginalName("RESET_REAPPLY_TYPE_NONE")] None = 2No events are reapplied when workflow is reset.
[OriginalName("RESET_REAPPLY_TYPE_SIGNAL")] Signal = 1Signals are reapplied when workflow is reset.
[OriginalName("RESET_REAPPLY_TYPE_UNSPECIFIED")] Unspecified = 0