Enum QueryRejectCondition
Namespace: Temporalio.Api.Enums.V1
Assembly: Temporalio.dll
Syntax
public enum QueryRejectCondition : int
Fields
Name | Description |
---|---|
None | None indicates that query should not be rejected. |
NotCompletedCleanly | NotCompletedCleanly indicates that query should be rejected if workflow did not complete cleanly. |
NotOpen | NotOpen indicates that query should be rejected if workflow is not open. |
Unspecified |