Class WorkflowStepSplit
Step in workflow.
Carrier object for WorkflowStepSplit. Services for the WorkflowStepSplit Carrier is available from the IWorkflowAgent.Inherited Members
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class WorkflowStepSplit : WorkflowStepBase
Constructors
WorkflowStepSplit()
Default constructor
Declaration
public WorkflowStepSplit()
See Also
Properties
ExitFlow
If set to true, participants descending the Everyone else branch will exit the flow on this step
Declaration
public virtual bool ExitFlow { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
See Also
ExitToFlowId
Flow to add participants to on exit
Declaration
public virtual int ExitToFlowId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
ExitToSelectionId
Static selection to add participants to on exit
Declaration
public virtual int ExitToSelectionId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
Options
What options are given by the split
Declaration
public virtual WorkflowStepOptionBase[] Options { get; set; }
Property Value
Type | Description |
---|---|
WorkflowStepOptionBase[] |
See Also
ShipmentId
When splitting on link clicked, which shipmentId is the link in?
Declaration
public virtual int ShipmentId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
SplitName
The name of the split step
Declaration
public virtual string SplitName { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
SplitOptionType
What type of data to split on. Contact, Link clicked, etc
Declaration
public virtual WorkflowSplitOptionType SplitOptionType { get; set; }
Property Value
Type | Description |
---|---|
WorkflowSplitOptionType |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | The carrier contents. |
Overrides
See Also
ToString(String)
Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.
Declaration
public override string ToString(string prefix)
Parameters
Type | Name | Description |
---|---|---|
String | prefix | The line prefix (typically used for indenting) |
Returns
Type | Description |
---|---|
String | The carrier contents. |