Skip to content

WorkflowStartedEvent

NexusLabs.Needlr.AgentFramework

NexusLabs.Needlr.AgentFramework.Progress

WorkflowStartedEvent Class

Workflow execution has started.

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

Inheritance System.Object 🡒 WorkflowStartedEvent

Implements IProgressEvent, System.IEquatable<WorkflowStartedEvent>

Constructors

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

Workflow execution has started.

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

Parameters

Timestamp System.DateTimeOffset

WorkflowId System.String

AgentId System.String

ParentAgentId System.String

Depth System.Int32

SequenceNumber System.Int64