Share via


OverridableStates Enum

Definition

Represents options for different states that an existing orchestrator can be in to be able to be overwritten by an attempt to start a new instance with the same instance Id.

public enum OverridableStates
type OverridableStates = 
Public Enum OverridableStates
Inheritance
OverridableStates

Fields

AnyState 0

Option to start a new orchestrator instance with an existing instnace Id when the existing instance is in any state.

NonRunningStates 1

Option to only start a new orchestrator instance with an existing instance Id when the existing instance is in a terminated, failed, or completed state.

Applies to