ProcessProperties interface
Properties of the process.
Properties
class | Class of the process. |
is |
Is the process default process. |
is |
Is the process enabled. |
parent |
ID of the parent process. |
version | Version of the process. |
Property Details
class
isDefault
Is the process default process.
isDefault: boolean
Property Value
boolean
isEnabled
Is the process enabled.
isEnabled: boolean
Property Value
boolean
parentProcessTypeId
ID of the parent process.
parentProcessTypeId: string
Property Value
string
version
Version of the process.
version: string
Property Value
string