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 WorkflowStepSplit : WorkflowStepBase
public WorkflowStepSplit()
public virtual bool ExitFlow { get; set; }
public virtual int ExitToFlowId { get; set; }
public virtual int ExitToSelectionId { get; set; }
public virtual WorkflowStepOptionBase[] Options { get; set; }
public virtual int ShipmentId { get; set; }
public virtual string SplitName { get; set; }
[JsonIgnore] public WorkflowSplitOptionType? SplitOptionType { get; set; }
[JsonProperty("SplitOptionType")] public string SplitOptionType_String { get; set; }
Was this page helpful?