Describes a process being created.

interface CreateProcessModel {
    description?: string;
    name?: string;
    parentProcessTypeId?: string;
    referenceName?: string;
}

Properties

description?: string

Description of the process

name?: string

Name of the process

parentProcessTypeId?: string

The ID of the parent process

referenceName?: string

Reference name of process being created. If not specified, server will assign a unique reference name