DurableWorkflowWaitingForInputEvent Class

Definition

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
DurableWorkflowWaitingForInputEvent

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)

Applies to