Table of Contents

Class WorkflowDryRunResult

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

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

bool

MissingTools

public IList<string> MissingTools { get; init; }

Property Value

IList<string>

Steps

public IList<DryRunStep> Steps { get; init; }

Property Value

IList<DryRunStep>

TotalSteps

public int TotalSteps { get; init; }

Property Value

int

Version

public string Version { get; init; }

Property Value

string

Warnings

public IList<string> Warnings { get; init; }

Property Value

IList<string>

WorkflowName

public string WorkflowName { get; init; }

Property Value

string