ProcessConnectionIsDefault Property |
Denotes this flow as the default sequence flow. It is taken only when all other flows are not valid. For example, gateways usually are followed by several conditional flows and one default flow. [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsDefault { get; set; }
Public Property IsDefault As Boolean
Get
Set
public:
property bool IsDefault {
bool get ();
void set (bool value);
}
member IsDefault : bool with get, set
Property Value
Type:
Boolean
See Also