ProcessProperties interface

Properties of the process.

Properties

class

Class of the process.

isDefault

Is the process default process.

isEnabled

Is the process enabled.

parentProcessTypeId

ID of the parent process.

version

Version of the process.

Property Details

class

Class of the process.

class: ProcessClass

Property Value

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