ProcessLaneIsSystemExecuted Property |
When set, specifies that the lane allows only system executed tasks and will never have human user as executor. [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 IsSystemExecuted { get; set; }
Public Property IsSystemExecuted As Boolean
Get
Set
public:
property bool IsSystemExecuted {
bool get ();
void set (bool value);
}
member IsSystemExecuted : bool with get, set
Property Value
Type:
Boolean
See Also