Class WorkflowHistoryEdge
- Namespace
- JD.AI.Workflows.History
- Assembly
- JD.AI.Workflows.dll
public sealed class WorkflowHistoryEdge
- Inheritance
-
WorkflowHistoryEdge
- Inherited Members
-
Properties
AverageTransitionTime
public TimeSpan AverageTransitionTime { get; set; }
Property Value
- TimeSpan
FirstSeenAt
public DateTimeOffset FirstSeenAt { get; init; }
Property Value
- DateTimeOffset
Kind
public EdgeKind Kind { get; init; }
Property Value
- EdgeKind
LastSeenAt
public DateTimeOffset LastSeenAt { get; set; }
Property Value
- DateTimeOffset
SourceFingerprint
public string SourceFingerprint { get; init; }
Property Value
- string
TargetFingerprint
public string TargetFingerprint { get; init; }
Property Value
- string
Weight
public long Weight { get; set; }
Property Value
- long
WorkflowNames
public ISet<string> WorkflowNames { get; init; }
Property Value
- ISet<string>