ProcessInfo interface

Process.

Properties

customizationType

Indicates the type of customization on this process. System Process is default process. Inherited Process is modified process that was System process before.

description

Description of the process.

isDefault

Is the process default.

isEnabled

Is the process enabled.

name

Name of the process.

parentProcessTypeId

ID of the parent process.

projects

Projects in this process to which the user is subscribed to.

referenceName

Reference name of the process.

typeId

The ID of the process.

Property Details

customizationType

Indicates the type of customization on this process. System Process is default process. Inherited Process is modified process that was System process before.

customizationType: CustomizationType

Property Value

description

Description of the process.

description: string

Property Value

string

isDefault

Is the process default.

isDefault: boolean

Property Value

boolean

isEnabled

Is the process enabled.

isEnabled: boolean

Property Value

boolean

name

Name of the process.

name: string

Property Value

string

parentProcessTypeId

ID of the parent process.

parentProcessTypeId: string

Property Value

string

projects

Projects in this process to which the user is subscribed to.

projects: ProjectReference[]

Property Value

referenceName

Reference name of the process.

referenceName: string

Property Value

string

typeId

The ID of the process.

typeId: string

Property Value

string