Share via


WorkflowWarningEvent Class

Definition

Event triggered when a workflow encounters a warning-condition.

public class WorkflowWarningEvent : Microsoft.Agents.AI.Workflows.WorkflowEvent
type WorkflowWarningEvent = class
    inherit WorkflowEvent
Public Class WorkflowWarningEvent
Inherits WorkflowEvent
Inheritance
WorkflowWarningEvent
Derived

Constructors

Name Description
WorkflowWarningEvent(String)

Event triggered when a workflow encounters a warning-condition.

Properties

Name Description
Data

Optional payload

(Inherited from WorkflowEvent)

Methods

Name Description
ToString() (Inherited from WorkflowEvent)

Applies to