UpdateProcessModel interface

Describes a request to update a process

Properties

description

New description of the process

isDefault

If true new projects will use this process by default

isEnabled

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