Table of Contents

Enum QueryRejectCondition

Namespace
Temporalio.Api.Enums.V1
Assembly
Temporalio.dll
public enum QueryRejectCondition

Fields

[OriginalName("QUERY_REJECT_CONDITION_NONE")] None = 1

None indicates that query should not be rejected.

[OriginalName("QUERY_REJECT_CONDITION_NOT_COMPLETED_CLEANLY")] NotCompletedCleanly = 3

NotCompletedCleanly indicates that query should be rejected if workflow did not complete cleanly.

[OriginalName("QUERY_REJECT_CONDITION_NOT_OPEN")] NotOpen = 2

NotOpen indicates that query should be rejected if workflow is not open.

[OriginalName("QUERY_REJECT_CONDITION_UNSPECIFIED")] Unspecified = 0