Table of Contents

Class HistoryEdgeRow

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

Row type for HistoryEdgeEntity table. Mirrors WorkflowFramework.Dashboard.Persistence.Entities.HistoryEdgeEntity.

public sealed class HistoryEdgeRow
Inheritance
HistoryEdgeRow
Inherited Members

Properties

AverageTransitionTimeTicks

public long AverageTransitionTimeTicks { get; set; }

Property Value

long

FirstSeenAt

public DateTimeOffset FirstSeenAt { get; set; }

Property Value

DateTimeOffset

Id

public string Id { get; set; }

Property Value

string

Kind

public string Kind { get; set; }

Property Value

string

LastSeenAt

public DateTimeOffset LastSeenAt { get; set; }

Property Value

DateTimeOffset

SourceFingerprint

public string SourceFingerprint { get; set; }

Property Value

string

TargetFingerprint

public string TargetFingerprint { get; set; }

Property Value

string

Weight

public long Weight { get; set; }

Property Value

long

WorkflowNamesJson

public string WorkflowNamesJson { get; set; }

Property Value

string