DurableWorkflowCompletedEvent Class

Definition

Event raised when a durable workflow completes successfully.

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

Constructors

Name Description
DurableWorkflowCompletedEvent(String)

Initializes a new instance of the DurableWorkflowCompletedEvent class.

Properties

Name Description
Data

Optional payload

(Inherited from WorkflowEvent)
Result

Gets the serialized result of the workflow.

Methods

Name Description
ToString() (Inherited from WorkflowEvent)

Applies to