Table of Contents

Enum ResetReapplyExcludeType

Namespace
Temporalio.Api.Enums.V1
Assembly
Temporalio.dll

Event types to exclude when reapplying events beyond the reset point.

public enum ResetReapplyExcludeType

Fields

[OriginalName("RESET_REAPPLY_EXCLUDE_TYPE_NEXUS")] Nexus = 3

Exclude nexus events when reapplying events beyond the reset point.

[OriginalName("RESET_REAPPLY_EXCLUDE_TYPE_SIGNAL")] Signal = 1

Exclude signals when reapplying events beyond the reset point.

[OriginalName("RESET_REAPPLY_EXCLUDE_TYPE_UNSPECIFIED")] Unspecified = 0
[OriginalName("RESET_REAPPLY_EXCLUDE_TYPE_UPDATE")] Update = 2

Exclude updates when reapplying events beyond the reset point.