Interface BPMMetadataCallActivity

bpm metadata call activity struct

interface BPMMetadataCallActivity {
    boundaryEvents?: BPMMetadataBoundaryEvent[];
    connector?: string;
    connectorLabel?: string;
    connectorPoint?: string;
    document?: string;
    faultConnector?: string;
    faultConnectorPoint?: string;
    inputAssignments?: BPMMetadataInputAssignment[];
    isForCompensation?: boolean;
    label?: string;
    locationX?: number;
    locationY?: number;
    name?: string;
    outputAssignments?: BPMMetadataOutputAssignment[];
    ref?: string;
    type?: string;
    usingSLA?: string;
}

Hierarchy (view full)

Properties

boundaryEvents?: BPMMetadataBoundaryEvent[]
connector?: string
connectorLabel?: string
connectorPoint?: string
document?: string
faultConnector?: string
faultConnectorPoint?: string
inputAssignments?: BPMMetadataInputAssignment[]
isForCompensation?: boolean
label?: string
locationX?: number
locationY?: number
name?: string
outputAssignments?: BPMMetadataOutputAssignment[]
ref?: string
type?: string
usingSLA?: string