Class WorkflowQueryRejectedException
Thrown when a query is rejected by the server due to bad workflow status.
Inherited Members
Namespace: Temporalio.Exceptions
Assembly: Temporalio.dll
Syntax
public class WorkflowQueryRejectedException : TemporalException
Constructors
WorkflowQueryRejectedException(WorkflowExecutionStatus)
Initializes a new instance of the WorkflowQueryRejectedException class.
Declaration
public WorkflowQueryRejectedException(WorkflowExecutionStatus workflowStatus)
Parameters
Type | Name | Description |
---|---|---|
WorkflowExecutionStatus | workflowStatus | Workflow status causing rejection. |
Properties
WorkflowStatus
Gets the workflow status causing this rejection.
Declaration
public WorkflowExecutionStatus WorkflowStatus { get; }
Property Value
Type | Description |
---|---|
WorkflowExecutionStatus |