ProcessInfo interface
Process.
Properties
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. |
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