Process Behavior Field.

interface ProcessBehaviorField {
    name?: string;
    referenceName?: string;
    url?: string;
}

Properties

name?: string

Name of the field.

referenceName?: string

Reference name of the field.

url?: string

Url to field.