Table of Contents

Class WorkflowArtifact

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

Exported workflow artifact in a specific DSL format.

public sealed record WorkflowArtifact : IEquatable<WorkflowArtifact>
Inheritance
WorkflowArtifact
Implements
Inherited Members

Constructors

WorkflowArtifact(string, WorkflowExportFormat, string, DateTime)

Exported workflow artifact in a specific DSL format.

public WorkflowArtifact(string WorkflowName, WorkflowExportFormat Format, string Content, DateTime GeneratedAt)

Parameters

WorkflowName string
Format WorkflowExportFormat
Content string
GeneratedAt DateTime

Properties

Content

public string Content { get; init; }

Property Value

string

Format

public WorkflowExportFormat Format { get; init; }

Property Value

WorkflowExportFormat

GeneratedAt

public DateTime GeneratedAt { get; init; }

Property Value

DateTime

WorkflowName

public string WorkflowName { get; init; }

Property Value

string