Interface BPMMetadataBaseElement

bpm metadata base element for activity

interface BPMMetadataBaseElement {
    connector?: string;
    connectorLabel?: string;
    connectorPoint?: string;
    document?: string;
    faultConnector?: string;
    faultConnectorPoint?: string;
    label?: string;
    locationX?: number;
    locationY?: number;
    name?: string;
}

Hierarchy (view full)

Properties

connector?: string
connectorLabel?: string
connectorPoint?: string
document?: string
faultConnector?: string
faultConnectorPoint?: string
label?: string
locationX?: number
locationY?: number
name?: string