Interface BPMMetadataStartEvent

bpm metadata start event struct

interface BPMMetadataStartEvent {
    connector?: string;
    connectorLabel?: string;
    connectorPoint?: string;
    document?: string;
    errorRef?: string;
    event?: string;
    faultConnector?: string;
    faultConnectorPoint?: string;
    label?: string;
    locationX?: number;
    locationY?: number;
    name?: string;
    render?: string;
    renderType?: string;
    signalRef?: string;
    startType?: string;
    timeCycle?: string;
    timeDate?: string;
    timeDuration?: string;
    title?: string;
    type?: string;
}

Hierarchy (view full)

Properties

connector?: string
connectorLabel?: string
connectorPoint?: string
document?: string
errorRef?: string
event?: string
faultConnector?: string
faultConnectorPoint?: string
label?: string
locationX?: number
locationY?: number
name?: string
render?: string
renderType?: string
signalRef?: string
startType?: string
timeCycle?: string
timeDate?: string
timeDuration?: string
title?: string
type?: string