Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class WorkflowStepWaitForTime : WorkflowStepBase
public WorkflowStepWaitForTime()
[JsonIgnore] public WorkflowTimeWaitIntervalType? IntervalType { get; set; }
[JsonProperty("IntervalType")] public string IntervalType_String { get; set; }
public virtual int NumIntervals { get; set; }
[JsonIgnore] public WorkflowTimeWaitAlgorithm? TimeWaitAlgorithm { get; set; }
[JsonProperty("TimeWaitAlgorithm")] public string TimeWaitAlgorithm_String { get; set; }
public virtual string Until { get; set; }
Was this page helpful?