Share via


WorkflowStartedEvent Class

Definition

Event triggered when a workflow starts execution.

public sealed class WorkflowStartedEvent : Microsoft.Agents.AI.Workflows.WorkflowEvent
type WorkflowStartedEvent = class
    inherit WorkflowEvent
Public NotInheritable Class WorkflowStartedEvent
Inherits WorkflowEvent
Inheritance
WorkflowStartedEvent

Constructors

Name Description
WorkflowStartedEvent(Object)

Event triggered when a workflow starts execution.

Properties

Name Description
Data

Optional payload

(Inherited from WorkflowEvent)

Methods

Name Description
ToString() (Inherited from WorkflowEvent)

Applies to