Table of Contents

Enum PendingNexusOperationState

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

State of a pending Nexus operation.

public enum PendingNexusOperationState

Fields

[OriginalName("PENDING_NEXUS_OPERATION_STATE_BACKING_OFF")] BackingOff = 2

Operation has failed with a retryable error and is backing off before the next attempt.

[OriginalName("PENDING_NEXUS_OPERATION_STATE_SCHEDULED")] Scheduled = 1

Operation is in the queue waiting to be executed or is currently executing.

[OriginalName("PENDING_NEXUS_OPERATION_STATE_STARTED")] Started = 3

Operation was started and will complete asynchronously.

[OriginalName("PENDING_NEXUS_OPERATION_STATE_UNSPECIFIED")] Unspecified = 0

Default value, unspecified state.