Table of Contents

Class WorkflowQueryOptions

Namespace
Temporalio.Client
Assembly
Temporalio.dll
public class WorkflowQueryOptions : ICloneable
Inheritance
WorkflowQueryOptions
Implements
Inherited Members

Properties

RejectCondition

Gets or sets the query reject condition. This overrides the client-level setting if set.

public QueryRejectCondition? RejectCondition { get; set; }

Property Value

QueryRejectCondition?

Rpc

Gets or sets RPC options for starting the workflow.

public RpcOptions? Rpc { get; set; }

Property Value

RpcOptions

Methods

Clone()

Create a shallow copy of these options.

public virtual object Clone()

Returns

object

A shallow copy of these options and any transitive options fields.