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 WorkflowStepWaitForAction : WorkflowStepBase
public WorkflowStepWaitForAction()
public virtual int ActionTimeout { get; set; }
public virtual WorkflowWaitForAction[] Actions { get; set; }
public virtual bool ExitFlow { get; set; }
public virtual int ExitToFlowId { get; set; }
public virtual int ExitToSelectionId { get; set; }
[JsonIgnore] public WorkflowTimeWaitIntervalType? TimeoutIntervalType { get; set; }
[JsonProperty("TimeoutIntervalType")] public string TimeoutIntervalType_String { get; set; }
public virtual bool WaitForTimeout { get; set; }
Was this page helpful?