Process Behavior Create Payload.

interface ProcessBehaviorCreateRequest {
    color?: string;
    inherits?: string;
    name?: string;
    referenceName?: string;
}

Properties

color?: string

Color.

inherits?: string

Parent behavior id.

name?: string

Name of the behavior.

referenceName?: string

ReferenceName is optional, if not specified will be auto-generated.