Enum ResetReapplyType
- Namespace
- Temporalio.Api.Enums.V1
- Assembly
- Temporalio.dll
Event types to include when reapplying events. 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 = 3
All eligible events are reapplied when workflow is reset.
[OriginalName("RESET_REAPPLY_TYPE_NONE")] None = 2
No events are reapplied when workflow is reset.
[OriginalName("RESET_REAPPLY_TYPE_SIGNAL")] Signal = 1
Signals are reapplied when workflow is reset.
[OriginalName("RESET_REAPPLY_TYPE_UNSPECIFIED")] Unspecified = 0