Table of Contents

Class HistoryNodeRow

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

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

long

ExecutionCount

public long ExecutionCount { get; set; }

Property Value

long

FailureCount

public long FailureCount { get; set; }

Property Value

long

Fingerprint

public string Fingerprint { get; set; }

Property Value

string

FirstSeenAt

public DateTimeOffset FirstSeenAt { get; set; }

Property Value

DateTimeOffset

Kind

public string Kind { get; set; }

Property Value

string

LastSeenAt

public DateTimeOffset LastSeenAt { get; set; }

Property Value

DateTimeOffset

Name

public string Name { get; set; }

Property Value

string

SuccessCount

public long SuccessCount { get; set; }

Property Value

long

Target

public string? Target { get; set; }

Property Value

string

WorkflowNamesJson

public string WorkflowNamesJson { get; set; }

Property Value

string