Class HistoryNodeRow
Row type for HistoryNodeEntity table. Mirrors WorkflowFramework.Dashboard.Persistence.Entities.HistoryNodeEntity.
public sealed class HistoryNodeRow
- Inheritance
-
HistoryNodeRow
- Inherited Members
Properties
AverageDurationTicks
public long AverageDurationTicks { get; set; }
Property Value
ExecutionCount
public long ExecutionCount { get; set; }
Property Value
FailureCount
public long FailureCount { get; set; }
Property Value
Fingerprint
public string Fingerprint { get; set; }
Property Value
FirstSeenAt
public DateTimeOffset FirstSeenAt { get; set; }
Property Value
Kind
public string Kind { get; set; }
Property Value
LastSeenAt
public DateTimeOffset LastSeenAt { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
SuccessCount
public long SuccessCount { get; set; }
Property Value
Target
public string? Target { get; set; }
Property Value
WorkflowNamesJson
public string WorkflowNamesJson { get; set; }