Table of Contents

Class StepCheckpoint

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

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

DateTimeOffset

Result

public string? Result { get; init; }

Property Value

string

StepCorrelationId

public string StepCorrelationId { get; init; }

Property Value

string