interface BehaviorModel {
    abstract?: boolean;
    color?: string;
    description?: string;
    id?: string;
    inherits?: WorkItemBehaviorReference;
    name?: string;
    overridden?: boolean;
    rank?: number;
    url?: string;
}

Properties

abstract?: boolean

Is the behavior abstract (i.e. can not be associated with any work item type)

color?: string

Color

description?: string

Description

id?: string

Behavior Id

Parent behavior reference

name?: string

Behavior Name

overridden?: boolean

Is the behavior overrides a behavior from system process

rank?: number

Rank

url?: string

Url of the behavior