SuperStepStartedProgressEvent
NexusLabs.Needlr.AgentFramework¶
NexusLabs.Needlr.AgentFramework.Progress¶
SuperStepStartedProgressEvent Class¶
A workflow control-flow step (SuperStep) has started. Represents one cycle of the orchestration loop: send work to agents → collect results → decide next.
public sealed record SuperStepStartedProgressEvent : NexusLabs.Needlr.AgentFramework.Progress.IProgressEvent, System.IEquatable<NexusLabs.Needlr.AgentFramework.Progress.SuperStepStartedProgressEvent>
Inheritance System.Object 🡒 SuperStepStartedProgressEvent
Implements IProgressEvent, System.IEquatable<SuperStepStartedProgressEvent>
Constructors¶
SuperStepStartedProgressEvent(DateTimeOffset, string, string, string, int, long, int, Nullable<int>) Constructor¶
A workflow control-flow step (SuperStep) has started. Represents one cycle of the orchestration loop: send work to agents → collect results → decide next.
public SuperStepStartedProgressEvent(System.DateTimeOffset Timestamp, string WorkflowId, string? AgentId, string? ParentAgentId, int Depth, long SequenceNumber, int StepNumber, System.Nullable<int> ParallelBranchCount=null);
Parameters¶
Timestamp System.DateTimeOffset
WorkflowId System.String
AgentId System.String
ParentAgentId System.String
Depth System.Int32
SequenceNumber System.Int64
StepNumber System.Int32
ParallelBranchCount System.Nullable<System.Int32>