Class FlowRunResult
- Namespace
- Cress.Core.Models
- Assembly
- Cress.Core.dll
public record FlowRunResult : IEquatable<FlowRunResult>
- Inheritance
-
FlowRunResult
- Implements
-
- Inherited Members
-
Properties
CapabilityId
public string? CapabilityId { get; init; }
Property Value
- string
CleanupFailed
public bool CleanupFailed { get; init; }
Property Value
- bool
Drivers
public IReadOnlyList<string> Drivers { get; init; }
Property Value
- IReadOnlyList<string>
DurationMs
public double DurationMs { get; init; }
Property Value
- double
EndedAt
public DateTimeOffset EndedAt { get; init; }
Property Value
- DateTimeOffset
FailureClassification
public string? FailureClassification { get; init; }
Property Value
- string
FailureMessage
public string? FailureMessage { get; init; }
Property Value
- string
FlowId
public string FlowId { get; init; }
Property Value
- string
Name
public string Name { get; init; }
Property Value
- string
Outcome
public RunOutcome Outcome { get; init; }
Property Value
- RunOutcome
PassedWithRetry
public bool PassedWithRetry { get; init; }
Property Value
- bool
SourceFile
public string? SourceFile { get; init; }
Property Value
- string
StartedAt
public DateTimeOffset StartedAt { get; init; }
Property Value
- DateTimeOffset
Steps
public IReadOnlyList<StepRunResult> Steps { get; init; }
Property Value
- IReadOnlyList<StepRunResult>
Traceability
public TraceabilityInfo? Traceability { get; init; }
Property Value
- TraceabilityInfo