Class StepCheckpoint
Checkpoint for a completed step within an execution run.
public sealed class StepCheckpoint
- Inheritance
-
StepCheckpoint
- Inherited Members
Properties
CompletedAt
public DateTimeOffset CompletedAt { get; init; }
Property Value
Result
public string? Result { get; init; }
Property Value
StepCorrelationId
public string StepCorrelationId { get; init; }