Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AdminBehavior

Describes an admin behavior for a process.

Hierarchy

  • AdminBehavior

Index

Properties

Optional abstract

abstract: boolean

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

Optional color

color: string

The color associated with the behavior.

Optional custom

custom: boolean

Indicates if the behavior is custom.

Optional description

description: string

The description of the behavior.

Optional fields

fields: Array<AdminBehaviorField>

List of behavior fields.

Optional id

id: string

Behavior ID.

Optional inherits

inherits: string

Parent behavior reference.

Optional name

name: string

The behavior name.

Optional overriden

overriden: boolean

Is the behavior overrides a behavior from system process.

Optional rank

rank: number

The rank.

Generated using TypeDoc