Table of Contents

Class AgentWorkflowDefinition

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

Agent-level workflow definition that maps to a WorkflowFramework workflow. This is the serializable, versioned description persisted to the catalog.

public sealed class AgentWorkflowDefinition
Inheritance
AgentWorkflowDefinition
Inherited Members

Properties

BreakingChanges

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

Property Value

IList<string>

CreatedAt

public DateTime CreatedAt { get; set; }

Property Value

DateTime

Description

public string Description { get; set; }

Property Value

string

IsDeprecated

public bool IsDeprecated { get; set; }

Property Value

bool

MigrationGuidance

public string? MigrationGuidance { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

Steps

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

Property Value

IList<AgentStepDefinition>

Tags

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

Property Value

IList<string>

UpdatedAt

public DateTime UpdatedAt { get; set; }

Property Value

DateTime

Version

public string Version { get; set; }

Property Value

string