Class ExecutionRun
A single workflow execution run.
public sealed class ExecutionRun
- Inheritance
-
ExecutionRun
- Inherited Members
Properties
Checkpoints
public IList<StepCheckpoint> Checkpoints { get; init; }
Property Value
CompletedAt
public DateTimeOffset? CompletedAt { get; set; }
Property Value
Error
public string? Error { get; set; }
Property Value
Initiator
public string Initiator { get; init; }
Property Value
LastCheckpointAt
public DateTimeOffset? LastCheckpointAt { get; set; }
Property Value
RunId
public string RunId { get; init; }
Property Value
StartedAt
public DateTimeOffset StartedAt { get; init; }
Property Value
Status
public ExecutionStatus Status { get; set; }
Property Value
WorkflowName
public string WorkflowName { get; init; }
Property Value
WorkflowVersion
public string WorkflowVersion { get; init; }