Class WaitForSignalInput
- Namespace
- FlowOrchestrator.Core.Execution
- Assembly
- FlowOrchestrator.Core.dll
Strongly-typed inputs for the built-in WaitForSignal step type.
public sealed class WaitForSignalInput
- Inheritance
-
WaitForSignalInput
- Inherited Members
Properties
SignalName
Logical signal name addressed by callers when posting to the signal endpoint.
Must be unique among the WaitForSignal steps active in the same run.
public string SignalName { get; set; }
Property Value
TimeoutSeconds
Maximum time to wait, in seconds. null or non-positive means wait indefinitely.
When the deadline passes, the step transitions to Failed.
public int? TimeoutSeconds { get; set; }
Property Value
- int?