Table of Contents

Enum ResetType

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

Reset type options. Deprecated, see temporal.api.common.v1.ResetOptions.

public enum ResetType

Fields

[OriginalName("RESET_TYPE_FIRST_WORKFLOW_TASK")] FirstWorkflowTask = 1

Resets to event of the first workflow task completed, or if it does not exist, the event after task scheduled.

[OriginalName("RESET_TYPE_LAST_WORKFLOW_TASK")] LastWorkflowTask = 2

Resets to event of the last workflow task completed, or if it does not exist, the event after task scheduled.

[OriginalName("RESET_TYPE_UNSPECIFIED")] Unspecified = 0