Class WorkflowEnvironmentStartLocalOptions
- Namespace
- Temporalio.Testing
- Assembly
- Temporalio.dll
public class WorkflowEnvironmentStartLocalOptions : TemporalClientConnectOptions, ICloneable
- Inheritance
-
WorkflowEnvironmentStartLocalOptions
- Implements
- Inherited Members
Properties
DevServerOptions
Gets or sets unstable dev server options.
public DevServerOptions DevServerOptions { get; set; }
Property Value
Remarks
WARNING: This API is subject to change/removal
DownloadDirectory
Gets or sets the download directory if the server must be downloaded.
public string? DownloadDirectory { get; set; }
Property Value
Remarks
Default is OS temporary directory.
UI
Gets or sets a value indicating whether the UI will be started with the server.
public bool UI { get; set; }
Property Value
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.