DurableWorkflowWaitingForInputEvent(String, RequestPort) Constructor

Definition

Event raised when the durable workflow is waiting for external input at a RequestPort.

public DurableWorkflowWaitingForInputEvent(string Input, Microsoft.Agents.AI.Workflows.RequestPort RequestPort);
new Microsoft.Agents.AI.DurableTask.Workflows.DurableWorkflowWaitingForInputEvent : string * Microsoft.Agents.AI.Workflows.RequestPort -> Microsoft.Agents.AI.DurableTask.Workflows.DurableWorkflowWaitingForInputEvent
Public Sub New (Input As String, RequestPort As RequestPort)

Parameters

Input
String

The serialized input data that was passed to the RequestPort.

RequestPort
RequestPort

The request port definition.

Applies to