Table of Contents

Class FlowExecutionContext

Namespace
Cress.Execution
Assembly
Cress.Execution.dll
public sealed class FlowExecutionContext
Inheritance
FlowExecutionContext
Inherited Members

Properties

ArtifactRoot

public string ArtifactRoot { get; init; }

Property Value

string

Drivers

public IDriverAccessor Drivers { get; init; }

Property Value

IDriverAccessor

EffectiveConfig

public EffectiveConfig EffectiveConfig { get; init; }

Property Value

EffectiveConfig

EvidenceStore

public EvidenceStore EvidenceStore { get; init; }

Property Value

EvidenceStore

Fixtures

public IDictionary<string, string> Fixtures { get; init; }

Property Value

IDictionary<string, string>

FlowId

public string FlowId { get; init; }

Property Value

string

FlowName

public string FlowName { get; init; }

Property Value

string

Logger

public ICressLogger Logger { get; init; }

Property Value

ICressLogger

Variables

public IDictionary<string, string> Variables { get; init; }

Property Value

IDictionary<string, string>