Interface BPMMetadataDefinition

bpm metadata definition structure

interface BPMMetadataDefinition {
    active?: boolean;
    belongTo?: string;
    compilerVer?: number;
    createdBy?: string;
    createdDate?: string;
    custom?: boolean;
    deletedDate?: string;
    description?: string;
    id?: string;
    installedPackage?: string;
    instanceLabel?: string;
    isDeleted?: boolean;
    jsonDefinition?: string;
    label?: string;
    lastModifiedBy?: string;
    lastModifiedDate?: string;
    localUrl?: string;
    logo?: string;
    name?: string;
    owner?: string;
    protectMode?: number;
    startStage?: string;
    startType?: string;
    status?: string;
    systemModifiedDate?: string;
    version?: string;
    visibility?: number;
    webSite?: string;
}

Hierarchy (view full)

Properties

active?: boolean
belongTo?: string
compilerVer?: number
createdBy?: string
createdDate?: string
custom?: boolean
deletedDate?: string
description?: string
id?: string
installedPackage?: string
instanceLabel?: string
isDeleted?: boolean
jsonDefinition?: string
label?: string
lastModifiedBy?: string
lastModifiedDate?: string
localUrl?: string
logo?: string
name?: string
owner?: string
protectMode?: number
startStage?: string
startType?: string
status?: string
systemModifiedDate?: string
version?: string
visibility?: number
webSite?: string