DeclarativeActionCompletedProgressEvent
NexusLabs.Foundry.MicrosoftAgentFramework.Workflows.Declarative¶
DeclarativeActionCompletedProgressEvent Class¶
A declarative workflow action finished executing.
public sealed record DeclarativeActionCompletedProgressEvent : NexusLabs.Foundry.MicrosoftAgentFramework.Progress.IProgressEvent, System.IEquatable<NexusLabs.Foundry.MicrosoftAgentFramework.Workflows.Declarative.DeclarativeActionCompletedProgressEvent>
Inheritance System.Object 🡒 DeclarativeActionCompletedProgressEvent
Implements NexusLabs.Foundry.MicrosoftAgentFramework.Progress.IProgressEvent, System.IEquatable<DeclarativeActionCompletedProgressEvent>
Remarks¶
The ProgressEvent suffix distinguishes this from upstream's identically-purposed
Microsoft.Agents.AI.Workflows.Declarative.DeclarativeActionCompletedEvent.
Constructors¶
DeclarativeActionCompletedProgressEvent(DateTimeOffset, string, string, string, int, long, string, string) Constructor¶
A declarative workflow action finished executing.
public DeclarativeActionCompletedProgressEvent(System.DateTimeOffset Timestamp, string WorkflowId, string? AgentId, string? ParentAgentId, int Depth, long SequenceNumber, string ActionId, string? ActionType);
Parameters¶
Timestamp System.DateTimeOffset
WorkflowId System.String
AgentId System.String
ParentAgentId System.String
Depth System.Int32
SequenceNumber System.Int64
ActionId System.String
ActionType System.String
Remarks¶
The ProgressEvent suffix distinguishes this from upstream's identically-purposed
Microsoft.Agents.AI.Workflows.Declarative.DeclarativeActionCompletedEvent.