Class AgentWorkflowDefinition
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
CreatedAt
public DateTime CreatedAt { get; set; }
Property Value
Description
public string Description { get; set; }
Property Value
IsDeprecated
public bool IsDeprecated { get; set; }
Property Value
MigrationGuidance
public string? MigrationGuidance { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Steps
public IList<AgentStepDefinition> Steps { get; init; }
Property Value
Tags
public IList<string> Tags { get; init; }
Property Value
UpdatedAt
public DateTime UpdatedAt { get; set; }
Property Value
Version
public string Version { get; set; }