Table of Contents

Class StudioFlowHealthItem

Namespace
Cress.Studio.Services
Assembly
Cress.Execution.dll
public sealed record StudioFlowHealthItem : IEquatable<StudioFlowHealthItem>
Inheritance
StudioFlowHealthItem
Implements
Inherited Members

Properties

CapabilityId

public string? CapabilityId { get; init; }

Property Value

string

FailureCount

public int FailureCount { get; init; }

Property Value

int

FlakeScore

public int FlakeScore { get; init; }

Property Value

int

FlowId

public string FlowId { get; init; }

Property Value

string

IsFlaky

public bool IsFlaky { get; init; }

Property Value

bool

LastFailureMessage

public string? LastFailureMessage { get; init; }

Property Value

string

LatestOutcome

public RunOutcome LatestOutcome { get; init; }

Property Value

RunOutcome

Name

public string Name { get; init; }

Property Value

string

OutcomeTransitions

public int OutcomeTransitions { get; init; }

Property Value

int

PassRate

public double PassRate { get; init; }

Property Value

double

RetryRecoveries

public int RetryRecoveries { get; init; }

Property Value

int

StepBreakdown

public IReadOnlyList<StepInstability> StepBreakdown { get; init; }

Property Value

IReadOnlyList<StepInstability>

Trend

public string Trend { get; init; }

Property Value

string