Process Behavior Model.

interface ProcessBehavior {
    color?: string;
    customization?: CustomizationType;
    description?: string;
    fields?: ProcessBehaviorField[];
    inherits?: ProcessBehaviorReference;
    name?: string;
    rank?: number;
    referenceName?: string;
    url?: string;
}

Properties

color?: string

Color.

customization?: CustomizationType

Indicates the type of customization on this work item. System behaviors are inherited from parent process but not modified. Inherited behaviors are modified behaviors that were inherited from parent process. Custom behaviors are behaviors created by user in current process.

description?: string

. Description

Process Behavior Fields.

Parent behavior reference.

name?: string

Behavior Name.

rank?: number

Rank of the behavior

referenceName?: string

Behavior Id

url?: string

Url of the behavior.