DurableWorkflowCompletedEvent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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) |