Enum ResetReapplyType
- Namespace
- Temporalio.Api.Enums.V1
- Assembly
- Temporalio.dll
Reset reapplay(replay) options
- RESET_REAPPLY_TYPE_SIGNAL (default) - Signals are reapplied when workflow is reset
- RESET_REAPPLY_TYPE_NONE - nothing is reapplied
public enum ResetReapplyType
Fields
[OriginalName("RESET_REAPPLY_TYPE_NONE")] None = 2
[OriginalName("RESET_REAPPLY_TYPE_SIGNAL")] Signal = 1
[OriginalName("RESET_REAPPLY_TYPE_UNSPECIFIED")] Unspecified = 0