Interface BPMMetadataDefinitionDetail

bpm metadata business process detail struct

interface BPMMetadataDefinitionDetail {
    active?: boolean;
    belongTo?: string;
    businessRuleTasks?: BPMMetadataBusinessRuleTask[];
    callActivities?: BPMMetadataCallActivity[];
    catchEvents?: BPMMetadataCatchEvent[];
    compilerVer?: number;
    config?: BPMMetadataConfig;
    constants?: BPMMetadataConstant[];
    createdBy?: string;
    createdDate?: string;
    custom?: boolean;
    dataMappers?: BPMMetadataAssignment[];
    deletedDate?: string;
    description?: string;
    endEvents?: BPMMetadataEndEvent[];
    eventGateways?: BPMMetadataEventGateway[];
    excludeGateways?: BPMMetadataExclusiveGateway[];
    id?: string;
    inclusiveGateways?: BPMMetadataInclusiveGateway[];
    installedPackage?: string;
    instanceLabel?: string;
    interfaces?: BPMMetadataStartInterface[];
    isDeleted?: boolean;
    jsonDefinition?: string;
    label?: string;
    laneSet?: BPMMetadataLaneSet;
    lastModifiedBy?: string;
    lastModifiedDate?: string;
    localUrl?: string;
    logo?: string;
    name?: string;
    owner?: string;
    parallelGateways?: BPMMetadataParallelGateway[];
    protectMode?: number;
    sLAs?: BPMMetadataSLA[];
    sendEvents?: BPMMetadataSendEvent[];
    serviceTasks?: BPMMetadataServiceTask[];
    startEvents?: BPMMetadataStartEvent[];
    startSLAs?: string[];
    startStage?: string;
    startType?: string;
    status?: string;
    stopSLAs?: string[];
    subProcesses?: BPMMetadataSubProcess[];
    systemModifiedDate?: string;
    userTasks?: BPMMetadataUserTask[];
    usingSLA?: string;
    variables?: BPMMetadataVariable[];
    version?: string;
    visibility?: number;
    webSite?: string;
}

Hierarchy (view full)

Properties

active?: boolean
belongTo?: string
businessRuleTasks?: BPMMetadataBusinessRuleTask[]
callActivities?: BPMMetadataCallActivity[]
catchEvents?: BPMMetadataCatchEvent[]
compilerVer?: number
constants?: BPMMetadataConstant[]
createdBy?: string
createdDate?: string
custom?: boolean
dataMappers?: BPMMetadataAssignment[]
deletedDate?: string
description?: string
endEvents?: BPMMetadataEndEvent[]
eventGateways?: BPMMetadataEventGateway[]
excludeGateways?: BPMMetadataExclusiveGateway[]
id?: string
inclusiveGateways?: BPMMetadataInclusiveGateway[]
installedPackage?: string
instanceLabel?: string
isDeleted?: boolean
jsonDefinition?: string
label?: string
lastModifiedBy?: string
lastModifiedDate?: string
localUrl?: string
logo?: string
name?: string
owner?: string
parallelGateways?: BPMMetadataParallelGateway[]
protectMode?: number
sendEvents?: BPMMetadataSendEvent[]
serviceTasks?: BPMMetadataServiceTask[]
startEvents?: BPMMetadataStartEvent[]
startSLAs?: string[]
startStage?: string
startType?: string
status?: string
stopSLAs?: string[]
subProcesses?: BPMMetadataSubProcess[]
systemModifiedDate?: string
userTasks?: BPMMetadataUserTask[]
usingSLA?: string
variables?: BPMMetadataVariable[]
version?: string
visibility?: number
webSite?: string