interface ProcessModel {
    description?: string;
    name?: string;
    projects?: ProjectReference[];
    properties?: ProcessProperties;
    referenceName?: string;
    typeId?: string;
}

Properties

description?: string

Description of the process

name?: string

Name of the process

projects?: ProjectReference[]

Projects in this process

properties?: ProcessProperties

Properties of the process

referenceName?: string

Reference name of the process

typeId?: string

The ID of the process