ProcessInfo interface
Process.
customization |
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. |
is |
Is the process default. |
is |
Is the process enabled. |
name | Name of the process. |
parent |
ID of the parent process. |
projects | Projects in this process to which the user is subscribed to. |
reference |
Reference name of the process. |
type |
The ID of the process. |
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 of the process.
description: string
Property Value
string
Is the process default.
isDefault: boolean
Property Value
boolean
Is the process enabled.
isEnabled: boolean
Property Value
boolean
Name of the process.
name: string
Property Value
string
ID of the parent process.
parentProcessTypeId: string
Property Value
string
Projects in this process to which the user is subscribed to.
projects: ProjectReference[]
Property Value
Reference name of the process.
referenceName: string
Property Value
string
The ID of the process.
typeId: string
Property Value
string