Class WorkflowEnvironmentStartLocalOptions
Options for
Inheritance
WorkflowEnvironmentStartLocalOptions
Inherited Members
Namespace: Temporalio.Testing
Assembly: Temporalio.dll
Syntax
public class WorkflowEnvironmentStartLocalOptions : TemporalClientConnectOptions
Properties
DownloadDirectory
Gets or sets the download directory if the server must be downloaded.
Declaration
public string? DownloadDirectory { get; set; }
Property Value
Type | Description |
---|---|
Nullable<String> |
Remarks
Default is OS temporary directory.
Temporalite
Gets or sets unstable Temporalite options.
Declaration
public TemporaliteOptions Temporalite { get; set; }
Property Value
Type | Description |
---|---|
TemporaliteOptions |
Remarks
WARNING: This API is subject to change/removal
UI
Gets or sets a value indicating whether the UI will be started with the server.
Declaration
public bool UI { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
Clone()
Create a shallow copy of these options.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
Object | A shallow copy of these options and any transitive options fields. |
Overrides
Remarks
Does not create copies of RPC metadata or runtime.