Skip to content

SuperStepCompletedProgressEvent

NexusLabs.Needlr.AgentFramework

NexusLabs.Needlr.AgentFramework.Progress

SuperStepCompletedProgressEvent Class

A workflow control-flow step (SuperStep) has completed.

public sealed record SuperStepCompletedProgressEvent : NexusLabs.Needlr.AgentFramework.Progress.IProgressEvent, System.IEquatable<NexusLabs.Needlr.AgentFramework.Progress.SuperStepCompletedProgressEvent>

Inheritance System.Object 🡒 SuperStepCompletedProgressEvent

Implements IProgressEvent, System.IEquatable<SuperStepCompletedProgressEvent>

Constructors

SuperStepCompletedProgressEvent(DateTimeOffset, string, string, string, int, long, int) Constructor

A workflow control-flow step (SuperStep) has completed.

public SuperStepCompletedProgressEvent(System.DateTimeOffset Timestamp, string WorkflowId, string? AgentId, string? ParentAgentId, int Depth, long SequenceNumber, int StepNumber);

Parameters

Timestamp System.DateTimeOffset

WorkflowId System.String

AgentId System.String

ParentAgentId System.String

Depth System.Int32

SequenceNumber System.Int64

StepNumber System.Int32