Class RunHistoryEntry
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
DurationMs
public long DurationMs { get; init; }
Property Value
Error
public string? Error { get; init; }
Property Value
Initiator
public string Initiator { get; init; }
Property Value
RunId
public string RunId { get; init; }
Property Value
StartedAt
public DateTimeOffset StartedAt { get; init; }
Property Value
Status
public ExecutionStatus Status { get; init; }
Property Value
StepsCompleted
public int StepsCompleted { get; init; }
Property Value
StepsTotal
public int StepsTotal { get; init; }
Property Value
WorkflowName
public string WorkflowName { get; init; }
Property Value
WorkflowVersion
public string WorkflowVersion { get; init; }