Table of Contents

Class WorkflowHistoryEventFetchOptions

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

Properties

EventFilterType

Gets or sets which history events to fetch. Default AllEvent.

public HistoryEventFilterType EventFilterType { get; set; }

Property Value

HistoryEventFilterType

Rpc

Gets or sets RPC options for starting the workflow.

public RpcOptions? Rpc { get; set; }

Property Value

RpcOptions

SkipArchival

Gets or sets a value indicating whether the to skip archival.

public bool SkipArchival { get; set; }

Property Value

bool

WaitNewEvent

Gets or sets a value indicating whether the iterator should wait on events.

public bool WaitNewEvent { get; set; }

Property Value

bool

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.