Class WorkflowHistoryNode
- Namespace
- JD.AI.Workflows.History
- Assembly
- JD.AI.Workflows.dll
public sealed class WorkflowHistoryNode
- Inheritance
-
WorkflowHistoryNode
- Inherited Members
-
Properties
AverageDuration
public TimeSpan AverageDuration { get; set; }
Property Value
- TimeSpan
ExecutionCount
public long ExecutionCount { get; set; }
Property Value
- long
FailureCount
public long FailureCount { get; set; }
Property Value
- long
Fingerprint
public string Fingerprint { get; init; }
Property Value
- string
FirstSeenAt
public DateTimeOffset FirstSeenAt { get; init; }
Property Value
- DateTimeOffset
Kind
public AgentStepKind Kind { get; init; }
Property Value
- AgentStepKind
LastSeenAt
public DateTimeOffset LastSeenAt { get; set; }
Property Value
- DateTimeOffset
Name
public string Name { get; init; }
Property Value
- string
SuccessCount
public long SuccessCount { get; set; }
Property Value
- long
SuccessRate
public double SuccessRate { get; }
Property Value
- double
Target
public string? Target { get; init; }
Property Value
- string
WorkflowNames
public ISet<string> WorkflowNames { get; init; }
Property Value
- ISet<string>