Table of Contents

Class WorkflowValidationResult

Namespace
JD.AI.Workflows.Security
Assembly
JD.AI.Workflows.dll

Result of workflow integrity validation.

public sealed class WorkflowValidationResult
Inheritance
WorkflowValidationResult
Inherited Members

Properties

IsValid

public required bool IsValid { get; init; }

Property Value

bool

Issues

public required IReadOnlyList<string> Issues { get; init; }

Property Value

IReadOnlyList<string>

WorkflowName

public string? WorkflowName { get; init; }

Property Value

string

WorkflowVersion

public string? WorkflowVersion { get; init; }

Property Value

string