Class WorkflowValidationResult
Result of workflow integrity validation.
public sealed class WorkflowValidationResult
- Inheritance
-
WorkflowValidationResult
- Inherited Members
Properties
IsValid
public required bool IsValid { get; init; }
Property Value
Issues
public required IReadOnlyList<string> Issues { get; init; }
Property Value
WorkflowName
public string? WorkflowName { get; init; }
Property Value
WorkflowVersion
public string? WorkflowVersion { get; init; }