ProcessIsExecutable Property |
Specifies whether the process is executable. In order to be executable, a process must contain enough execution details. Note, that some processes are only for documentation purposes and are not intended to be executed. [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 IsExecutable { get; set; }
Public Property IsExecutable As Boolean
Get
Set
public:
property bool IsExecutable {
bool get ();
void set (bool value);
}
member IsExecutable : bool with get, set
Property Value
Type:
Boolean
See Also