DurableWorkflowWaitingForInputEvent 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 the durable workflow is waiting for external input at a RequestPort.
public sealed class DurableWorkflowWaitingForInputEvent : Microsoft.Agents.AI.Workflows.WorkflowEvent
type DurableWorkflowWaitingForInputEvent = class
inherit WorkflowEvent
Public NotInheritable Class DurableWorkflowWaitingForInputEvent
Inherits WorkflowEvent
- Inheritance
Constructors
| Name | Description |
|---|---|
| DurableWorkflowWaitingForInputEvent(String, RequestPort) |
Event raised when the durable workflow is waiting for external input at a RequestPort. |
Properties
| Name | Description |
|---|---|
| Data |
Optional payload (Inherited from WorkflowEvent) |
| Input |
Gets the serialized input data that was passed to the RequestPort. |
| RequestPort |
Gets the request port definition. |
Methods
| Name | Description |
|---|---|
| GetInputAs<T>() |
Attempts to deserialize the input data to the specified type. |
| ToString() | (Inherited from WorkflowEvent) |