Describes a request to update a process

interface UpdateProcessModel {
    description?: string;
    isDefault?: boolean;
    isEnabled?: boolean;
    name?: string;
}

Properties

description?: string

New description of the process

isDefault?: boolean

If true new projects will use this process by default

isEnabled?: boolean

If false the process will be disabled and cannot be used to create projects

name?: string

New name of the process