Interface BPMMetadataEventGateway

bpm metadata event gateway struct

interface BPMMetadataEventGateway {
    connectors?: BPMMetadataConnectorInfo[];
    direction?: string;
    document?: string;
    label?: string;
    locationX?: number;
    locationY?: number;
    name?: string;
    parallel?: boolean;
}

Hierarchy (view full)

Properties

direction?: string
document?: string
label?: string
locationX?: number
locationY?: number
name?: string
parallel?: boolean