Class WorkflowDryRunResult
Result of a workflow dry-run.
public sealed record WorkflowDryRunResult : IEquatable<WorkflowDryRunResult>
- Inheritance
-
WorkflowDryRunResult
- Implements
- Inherited Members
Properties
IsValid
public bool IsValid { get; init; }
Property Value
MissingTools
public IList<string> MissingTools { get; init; }
Property Value
Steps
public IList<DryRunStep> Steps { get; init; }
Property Value
TotalSteps
public int TotalSteps { get; init; }
Property Value
Version
public string Version { get; init; }
Property Value
Warnings
public IList<string> Warnings { get; init; }
Property Value
WorkflowName
public string WorkflowName { get; init; }