DurableHaltRequestedEvent Class

Definition

Event raised when an executor requests the workflow to halt via RequestHaltAsync().

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

Constructors

Name Description
DurableHaltRequestedEvent(String)

Initializes a new instance of the DurableHaltRequestedEvent class.

Properties

Name Description
Data

Optional payload

(Inherited from WorkflowEvent)
ExecutorId

Gets the ID of the executor that requested the halt.

Methods

Name Description
ToString() (Inherited from WorkflowEvent)

Applies to