UpdateProcessModel interface
Describes a request to update a process
Properties
description | New description of the process |
is |
If true new projects will use this process by default |
is |
If false the process will be disabled and cannot be used to create projects |
name | New name of the process |
Property Details
description
New description of the process
description: string
Property Value
string
isDefault
If true new projects will use this process by default
isDefault: boolean
Property Value
boolean
isEnabled
If false the process will be disabled and cannot be used to create projects
isEnabled: boolean
Property Value
boolean
name
New name of the process
name: string
Property Value
string