Table of Contents

Class RunHistoryEntry

Namespace
JD.AI.Workflows.Consensus
Assembly
JD.AI.Workflows.dll

A single entry in the workflow run history log.

public sealed class RunHistoryEntry
Inheritance
RunHistoryEntry
Inherited Members

Properties

CompletedAt

public DateTimeOffset CompletedAt { get; init; }

Property Value

DateTimeOffset

DurationMs

public long DurationMs { get; init; }

Property Value

long

Error

public string? Error { get; init; }

Property Value

string

Initiator

public string Initiator { get; init; }

Property Value

string

RunId

public string RunId { get; init; }

Property Value

string

StartedAt

public DateTimeOffset StartedAt { get; init; }

Property Value

DateTimeOffset

Status

public ExecutionStatus Status { get; init; }

Property Value

ExecutionStatus

StepsCompleted

public int StepsCompleted { get; init; }

Property Value

int

StepsTotal

public int StepsTotal { get; init; }

Property Value

int

WorkflowName

public string WorkflowName { get; init; }

Property Value

string

WorkflowVersion

public string WorkflowVersion { get; init; }

Property Value

string