Table of Contents

Class ExecutionRun

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

A single workflow execution run.

public sealed class ExecutionRun
Inheritance
ExecutionRun
Inherited Members

Properties

Checkpoints

public IList<StepCheckpoint> Checkpoints { get; init; }

Property Value

IList<StepCheckpoint>

CompletedAt

public DateTimeOffset? CompletedAt { get; set; }

Property Value

DateTimeOffset?

Error

public string? Error { get; set; }

Property Value

string

Initiator

public string Initiator { get; init; }

Property Value

string

LastCheckpointAt

public DateTimeOffset? LastCheckpointAt { get; set; }

Property Value

DateTimeOffset?

RunId

public string RunId { get; init; }

Property Value

string

StartedAt

public DateTimeOffset StartedAt { get; init; }

Property Value

DateTimeOffset

Status

public ExecutionStatus Status { get; set; }

Property Value

ExecutionStatus

WorkflowName

public string WorkflowName { get; init; }

Property Value

string

WorkflowVersion

public string WorkflowVersion { get; init; }

Property Value

string