Class WorkflowQueryOptions
Options for
Namespace: Temporalio.Client
Assembly: Temporalio.dll
Syntax
public class WorkflowQueryOptions : ICloneable
Properties
RejectCondition
Gets or sets the query reject condition. This overrides the client-level setting if set.
Declaration
public QueryRejectCondition? RejectCondition { get; set; }
Property Value
Type | Description |
---|---|
Nullable<QueryRejectCondition> |
Rpc
Gets or sets RPC options for starting the workflow.
Declaration
public RpcOptions Rpc { get; set; }
Property Value
Type | Description |
---|---|
RpcOptions |
Methods
Clone()
Create a shallow copy of these options.
Declaration
public virtual object Clone()
Returns
Type | Description |
---|---|
Object | A shallow copy of these options and any transitive options fields. |