Table of Contents

Class WorkflowEnvironmentStartTimeSkippingOptions

Namespace
Temporalio.Testing
Assembly
Temporalio.dll
public class WorkflowEnvironmentStartTimeSkippingOptions : TemporalClientConnectOptions, ICloneable
Inheritance
WorkflowEnvironmentStartTimeSkippingOptions
Implements
Inherited Members

Properties

DownloadDirectory

Gets or sets the download directory if the server must be downloaded.

public string? DownloadDirectory { get; set; }

Property Value

string

Remarks

Default is OS temporary directory.

TestServer

Gets or sets unstable test server options.

public TestServerOptions TestServer { get; set; }

Property Value

TestServerOptions

Remarks

WARNING: This API is subject to change/removal

Methods

Clone()

Create a shallow copy of these options.

public override object Clone()

Returns

object

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

Remarks

Does not create copies of RPC metadata or runtime.