Table of Contents

Enum RoutingConfigUpdateState

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

Indicates whether a change to the Routing Config has been propagated to all relevant Task Queues and their partitions.

public enum RoutingConfigUpdateState

Fields

[OriginalName("ROUTING_CONFIG_UPDATE_STATE_COMPLETED")] Completed = 2

Update to the RoutingConfig has completed successfully.

[OriginalName("ROUTING_CONFIG_UPDATE_STATE_IN_PROGRESS")] InProgress = 1

Update to the RoutingConfig is currently in progress.

[OriginalName("ROUTING_CONFIG_UPDATE_STATE_UNSPECIFIED")] Unspecified = 0