DurableWorkflowWaitingForInputEvent(String, RequestPort) Constructor
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 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.