Table of Contents

Class FlowGraphValidationResult

Namespace
FlowOrchestrator.Core.Execution
Assembly
FlowOrchestrator.Core.dll

Result of Validate(IFlowDefinition), listing any structural errors found in the flow manifest's step dependency graph.

public sealed class FlowGraphValidationResult
Inheritance
FlowGraphValidationResult
Inherited Members

Properties

Errors

Human-readable descriptions of validation failures. Empty when the graph is valid.

public IReadOnlyList<string> Errors { get; init; }

Property Value

IReadOnlyList<string>

IsValid

true when no errors were found.

public bool IsValid { get; }

Property Value

bool