Properties of the process.

interface ProcessProperties {
    class?: ProcessClass;
    isDefault?: boolean;
    isEnabled?: boolean;
    parentProcessTypeId?: string;
    version?: string;
}

Properties

class?: ProcessClass

Class of the process.

isDefault?: boolean

Is the process default process.

isEnabled?: boolean

Is the process enabled.

parentProcessTypeId?: string

ID of the parent process.

version?: string

Version of the process.